@alanscodelog/utils
    Preparing search index...

    Type Alias AnyPromise

    AnyPromise: (...args: any) => Promise<any>

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

    Type declaration

      • (...args: any): Promise<any>
      • Parameters

        • ...args: any

        Returns Promise<any>