Readonly
bigint: bigintTypeOfDictionary key for BigInt
Readonly
boolean: booleanTypeOfDictionary key for Boolean
Readonly
function: FunctionTypeOfDictionary key for Function
Readonly
null: nullTypeOfDictionary key for null
Readonly
number: numberTypeOfDictionary key for Number
Readonly
object: objectTypeOfDictionary key for Object
Readonly
string: stringTypeOfDictionary key for String
Readonly
symbol: symbolTypeOfDictionary key for Symbol
Readonly
undefined: undefinedTypeOfDictionary key for undefined
typeof
dictionary.Remarks
Dictionary of types and their
typeof
values, including the proposed but never added type"null"
fornull
.Example
See