@alanscodelog/utils
    Preparing search index...

    Type Alias AnyFunction

    AnyFunction: (...args: any) => any

    The type of any function since functions don't really extend the Function type.

    Type declaration

      • (...args: any): any
      • Parameters

        • ...args: any

        Returns any