Properties
Array
Array: ArrayConstructor
Defined in node_modules/@types/node/globals.d.ts:981
ArrayBuffer
ArrayBuffer: ArrayBufferConstructor
Defined in node_modules/@types/node/globals.d.ts:982
Boolean
Boolean: BooleanConstructor
Defined in node_modules/@types/node/globals.d.ts:983
Buffer
Buffer: typeof Buffer
Defined in node_modules/@types/node/globals.d.ts:984
DataView
DataView: DataViewConstructor
Defined in node_modules/@types/node/globals.d.ts:985
Date
Date: DateConstructor
Defined in node_modules/@types/node/globals.d.ts:986
Error
Error: ErrorConstructor
Defined in node_modules/@types/node/globals.d.ts:987
EvalError
EvalError: EvalErrorConstructor
Defined in node_modules/@types/node/globals.d.ts:988
Float32Array
Float32Array: Float32ArrayConstructor
Defined in node_modules/@types/node/globals.d.ts:989
Float64Array
Float64Array: Float64ArrayConstructor
Defined in node_modules/@types/node/globals.d.ts:990
Function
Function: FunctionConstructor
Defined in node_modules/@types/node/globals.d.ts:991
GLOBAL
Defined in node_modules/@types/node/globals.d.ts:992
Infinity
Infinity: number
Defined in node_modules/@types/node/globals.d.ts:993
Int16Array
Int16Array: Int16ArrayConstructor
Defined in node_modules/@types/node/globals.d.ts:994
Int32Array
Int32Array: Int32ArrayConstructor
Defined in node_modules/@types/node/globals.d.ts:995
Int8Array
Int8Array: Int8ArrayConstructor
Defined in node_modules/@types/node/globals.d.ts:996
Intl
Intl: typeof Intl
Defined in node_modules/@types/node/globals.d.ts:997
JSON
JSON: JSON
Defined in node_modules/@types/node/globals.d.ts:998
Map
Map: MapConstructor
Defined in node_modules/@types/node/globals.d.ts:999
Math
Math: Math
Defined in node_modules/@types/node/globals.d.ts:1000
NaN
NaN: number
Defined in node_modules/@types/node/globals.d.ts:1001
Number
Number: NumberConstructor
Defined in node_modules/@types/node/globals.d.ts:1002
Object
Object: ObjectConstructor
Defined in node_modules/@types/node/globals.d.ts:1003
Promise
Promise: PromiseConstructor
Defined in node_modules/@types/node/globals.d.ts:1004
RangeError
RangeError: RangeErrorConstructor
Defined in node_modules/@types/node/globals.d.ts:1005
ReferenceError
ReferenceError: ReferenceErrorConstructor
Defined in node_modules/@types/node/globals.d.ts:1006
RegExp
RegExp: RegExpConstructor
Defined in node_modules/@types/node/globals.d.ts:1007
Set
Set: SetConstructor
Defined in node_modules/@types/node/globals.d.ts:1008
String
String: StringConstructor
Defined in node_modules/@types/node/globals.d.ts:1009
Symbol
Symbol: Function
Defined in node_modules/@types/node/globals.d.ts:1010
SyntaxError
SyntaxError: SyntaxErrorConstructor
Defined in node_modules/@types/node/globals.d.ts:1011
TypeError
TypeError: TypeErrorConstructor
Defined in node_modules/@types/node/globals.d.ts:1012
URIError
URIError: URIErrorConstructor
Defined in node_modules/@types/node/globals.d.ts:1013
Uint16Array
Uint16Array: Uint16ArrayConstructor
Defined in node_modules/@types/node/globals.d.ts:1014
Uint32Array
Uint32Array: Uint32ArrayConstructor
Defined in node_modules/@types/node/globals.d.ts:1015
Uint8Array
Uint8Array: Uint8ArrayConstructor
Defined in node_modules/@types/node/globals.d.ts:1016
Uint8ClampedArray
Uint8ClampedArray: Uint8ClampedArrayConstructor
Defined in node_modules/@types/node/globals.d.ts:1017
WeakMap
WeakMap: WeakMapConstructor
Defined in node_modules/@types/node/globals.d.ts:1018
WeakSet
WeakSet: WeakSetConstructor
Defined in node_modules/@types/node/globals.d.ts:1019
clearImmediate
clear
Immediate: ( immediateId: Immediate ) => void
Defined in node_modules/@types/node/globals.d.ts:1020
clearInterval
clear
Interval: ( intervalId: Timeout ) => void
Defined in node_modules/@types/node/globals.d.ts:1021
clearTimeout
clear
Timeout: ( timeoutId: Timeout ) => void
Defined in node_modules/@types/node/globals.d.ts:1022
console
console: Console
Defined in node_modules/@types/node/globals.d.ts:1023
decodeURI
decodeURI: ( encodedURI: string ) => string
Defined in node_modules/@types/node/globals.d.ts:1024
Type declaration
( encodedURI: string ) : string
Parameters
Returns string
decodeURIComponent
decodeURIComponent: ( encodedURIComponent: string ) => string
Defined in node_modules/@types/node/globals.d.ts:1025
Type declaration
( encodedURIComponent: string ) : string
Parameters
encodedURIComponent: string
Returns string
encodeURI
encodeURI: ( uri: string ) => string
Defined in node_modules/@types/node/globals.d.ts:1026
Type declaration
Parameters
Returns string
encodeURIComponent
encodeURIComponent: ( uriComponent: string | number | boolean ) => string
Defined in node_modules/@types/node/globals.d.ts:1027
Type declaration
( uriComponent: string | number | boolean ) : string
Parameters
uriComponent: string | number | boolean
Returns string
escape
escape: ( str: string ) => string
Defined in node_modules/@types/node/globals.d.ts:1028
Type declaration
Parameters
Returns string
eval
eval: ( x: string ) => any
Defined in node_modules/@types/node/globals.d.ts:1029
gc
gc: ( ) => void
Defined in node_modules/@types/node/globals.d.ts:1046
global
Defined in node_modules/@types/node/globals.d.ts:1030
isFinite
isFinite: ( number: number ) => boolean
Defined in node_modules/@types/node/globals.d.ts:1031
Type declaration
( number: number ) : boolean
Parameters
Returns boolean
isNaN
isNaN: ( number: number ) => boolean
Defined in node_modules/@types/node/globals.d.ts:1032
Type declaration
( number: number ) : boolean
Parameters
Returns boolean
module-alias
module-alias: any
parseFloat
parseFloat: ( string: string ) => number
Defined in node_modules/@types/node/globals.d.ts:1033
Type declaration
Parameters
Returns number
parseInt
parseInt: ( s: string , radix?: number ) => number
Defined in node_modules/@types/node/globals.d.ts:1034
Type declaration
( s: string , radix?: number ) : number
Parameters
s: string
Optional radix: number
Returns number
process
Defined in node_modules/@types/node/globals.d.ts:1035
queueMicrotask
queueMicrotask: { ( callback: VoidFunction ) : void ; ( callback: ( ) => void ) : void }
Defined in node_modules/@types/node/globals.d.ts:1043
Type declaration
( callback: VoidFunction ) : void
( callback: ( ) => void ) : void
Parameters
Returns void
Parameters
Returns void
root
Defined in node_modules/@types/node/globals.d.ts:1039
setImmediate
set
Immediate: ( callback: ( ... args: any [] ) => void , ... args: any [] ) => Immediate
Defined in node_modules/@types/node/globals.d.ts:1040
Type declaration
( callback: ( ... args: any [] ) => void , ... args: any [] ) : Immediate
Parameters
callback: ( ... args: any [] ) => void
Rest ... args: any []
setInterval
set
Interval: ( callback: ( ... args: any [] ) => void , ms: number , ... args: any [] ) => Timeout
Defined in node_modules/@types/node/globals.d.ts:1041
Type declaration
( callback: ( ... args: any [] ) => void , ms: number , ... args: any [] ) : Timeout
Parameters
callback: ( ... args: any [] ) => void
ms: number
Rest ... args: any []
setTimeout
set
Timeout: ( callback: ( ... args: any [] ) => void , ms: number , ... args: any [] ) => Timeout
Defined in node_modules/@types/node/globals.d.ts:1042
Type declaration
( callback: ( ... args: any [] ) => void , ms: number , ... args: any [] ) : Timeout
Parameters
callback: ( ... args: any [] ) => void
ms: number
Rest ... args: any []
undefined
undefined: undefined
Defined in node_modules/@types/node/globals.d.ts:1044
unescape
unescape: ( str: string ) => string
Defined in node_modules/@types/node/globals.d.ts:1045
Type declaration
Parameters
Returns string
Optional v8debug
v8debug: any
Defined in node_modules/@types/node/globals.d.ts:1047
Gets the unencoded version of an encoded Uniform Resource Identifier (URI).