Uneventful
    Preparing search index...

    Type Alias PlainFunction

    PlainFunction: (this: void, ...args: any[]) => any

    A function without a this

    Type declaration

      • (this: void, ...args: any[]): any
      • Parameters

        • this: void
        • ...args: any[]

        Returns any