Type alias PlainFunction

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

A function without a this

Type declaration

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

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

      Returns any