kyrie
Preparing search index...
DeepType
Interface DeepType
Deep type information for parsed values
interface
DeepType
{
constructorName
?:
string
;
description
?:
string
;
isArray
?:
boolean
;
isCircularReference
?:
boolean
;
isDate
?:
boolean
;
isError
?:
boolean
;
isMap
?:
boolean
;
isRegExp
?:
boolean
;
isSet
?:
boolean
;
isWeakMap
?:
boolean
;
isWeakSet
?:
boolean
;
referenceId
?:
number
;
}
Index
Properties
constructor
Name?
description?
is
Array?
is
Circular
Reference?
is
Date?
is
Error?
is
Map?
is
Reg
Exp?
is
Set?
is
Weak
Map?
is
Weak
Set?
reference
Id?
Properties
Optional
constructor
Name
constructorName
?:
string
Optional
description
description
?:
string
Optional
is
Array
isArray
?:
boolean
Optional
is
Circular
Reference
isCircularReference
?:
boolean
Optional
is
Date
isDate
?:
boolean
Optional
is
Error
isError
?:
boolean
Optional
is
Map
isMap
?:
boolean
Optional
is
Reg
Exp
isRegExp
?:
boolean
Optional
is
Set
isSet
?:
boolean
Optional
is
Weak
Map
isWeakMap
?:
boolean
Optional
is
Weak
Set
isWeakSet
?:
boolean
Optional
reference
Id
referenceId
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
constructor
Name
description
is
Array
is
Circular
Reference
is
Date
is
Error
is
Map
is
Reg
Exp
is
Set
is
Weak
Map
is
Weak
Set
reference
Id
kyrie
Loading...
Deep type information for parsed values