Hierarchy

  • Type

Implements

Index

Properties

[Symbol.hasInstance]

[Symbol.hasInstance]: any

arguments

arguments: any

caller

caller: Function

length

length: number

name

name: string

prototype

prototype: any

Methods

apply

  • apply(thisArg: any, argArray?: any): any
  • Parameters

    • thisArg: any
    • Optional argArray: any

    Returns any

bind

  • bind(thisArg: any, ...argArray: any[]): any
  • Parameters

    • thisArg: any
    • Rest ...argArray: any[]

    Returns any

call

  • call(thisArg: any, ...argArray: any[]): any
  • Parameters

    • thisArg: any
    • Rest ...argArray: any[]

    Returns any

Static getHashCode

  • getHashCode(type: any): number
  • Parameters

    • type: any

    Returns number

Static getType

  • getType(value: any): Type
  • Parameters

    • value: any

    Returns Type

Static getTypeCode

  • Parameters

    • value: any

    Returns TypeCode

Static getTypeName

  • getTypeName(value: any): string
  • Parameters

    • value: any

    Returns string

Static isArrayType

  • isArrayType(type: Type): boolean
  • Parameters

    Returns boolean

Static isDateType

  • isDateType(type: Type): boolean
  • Parameters

    Returns boolean

Static isIntegerType

  • isIntegerType(type: Type): boolean
  • Parameters

    Returns boolean

Static isNumericType

  • isNumericType(type: Type): boolean
  • Parameters

    Returns boolean

Generated using TypeDoc