@resee-movies/utilities - v1.1.0
    Preparing search index...

    Type Alias GenericFunction

    GenericFunction: (...args: never[]) => unknown

    Represents a function with any number/type of arguments, and any return.

    Type Declaration

      • (...args: never[]): unknown
      • Parameters

        • ...args: never[]

        Returns unknown