Documentation
Github
Preparing search index...
iso-base
utils
getObjectType
Function getObjectType
getObjectType
(
value
:
unknown
,
)
:
|
undefined
|
"ArrayBuffer"
|
"SharedArrayBuffer"
|
"Int8Array"
|
"Uint8Array"
|
"Uint8ClampedArray"
|
"Int16Array"
|
"Uint16Array"
|
"Int32Array"
|
"Uint32Array"
|
"Float32Array"
|
"Float64Array"
|
"BigInt64Array"
|
"BigUint64Array"
|
"Function"
|
"Generator"
|
"AsyncGenerator"
|
"GeneratorFunction"
|
"AsyncGeneratorFunction"
|
"AsyncFunction"
|
"Observable"
|
"Array"
|
"Buffer"
|
"Blob"
|
"Object"
|
"RegExp"
|
"Date"
|
"Error"
|
"Map"
|
"Set"
|
"WeakMap"
|
"WeakSet"
|
"WeakRef"
|
"DataView"
|
"Promise"
|
"URL"
|
"FormData"
|
"URLSearchParams"
|
"HTMLElement"
|
"NaN"
Parameters
value
:
unknown
Returns
|
undefined
|
"ArrayBuffer"
|
"SharedArrayBuffer"
|
"Int8Array"
|
"Uint8Array"
|
"Uint8ClampedArray"
|
"Int16Array"
|
"Uint16Array"
|
"Int32Array"
|
"Uint32Array"
|
"Float32Array"
|
"Float64Array"
|
"BigInt64Array"
|
"BigUint64Array"
|
"Function"
|
"Generator"
|
"AsyncGenerator"
|
"GeneratorFunction"
|
"AsyncGeneratorFunction"
|
"AsyncFunction"
|
"Observable"
|
"Array"
|
"Buffer"
|
"Blob"
|
"Object"
|
"RegExp"
|
"Date"
|
"Error"
|
"Map"
|
"Set"
|
"WeakMap"
|
"WeakSet"
|
"WeakRef"
|
"DataView"
|
"Promise"
|
"URL"
|
"FormData"
|
"URLSearchParams"
|
"HTMLElement"
|
"NaN"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Github
Documentation
Loading...