Lager - v5.2.0
    Preparing search index...

    Type Alias FunctionVoidType

    FunctionVoidType: () => void

    Type definition for a function that returns void.

    This type represents a function that takes no arguments and returns no value.

    Type declaration

      • (): void
      • Returns void