Type alias PrimitiveOrConstructor

PrimitiveOrConstructor: (new (...args) => any) | keyof TypeMap

Type signature for primitives or objects with unique constructors used in run-time type matching and identification.

Type declaration

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

      • Rest ...args: any[]

      Returns any