Utility TypeScript @ 2.0.0-beta
    Preparing search index...

    Type Alias TestType

    TestType:
        | undefined
        | (() => any | void)
        | any[]
        | AnyClass
        | BigInt
        | boolean
        | Function
        | null
        | number
        | object
        | Object
        | string
        | symbol
        | Symbol

    Input variable types for the typeOf().

    0.1.0