Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Global

Hierarchy

  • Global

Index

Properties

Array

Array: typeof Array

ArrayBuffer

ArrayBuffer: typeof ArrayBuffer

Boolean

Boolean: typeof Boolean

Buffer

Buffer: typeof Buffer

DataView

DataView: typeof DataView

Date

Date: typeof Date

Error

Error: typeof Error

EvalError

EvalError: typeof EvalError

Float32Array

Float32Array: typeof Float32Array

Float64Array

Float64Array: typeof Float64Array

Function

Function: typeof Function

GLOBAL

GLOBAL: Global

Infinity

Infinity: typeof Infinity

Int16Array

Int16Array: typeof Int16Array

Int32Array

Int32Array: typeof Int32Array

Int8Array

Int8Array: typeof Int8Array

Intl

Intl: typeof Intl

JSON

JSON: typeof JSON

Map

Math

Math: typeof Math

NaN

NaN: typeof NaN

Number

Number: typeof Number

Object

Object: typeof Object

Promise

Promise: typeof Promise

RangeError

RangeError: typeof RangeError

ReferenceError

ReferenceError: typeof ReferenceError

RegExp

RegExp: typeof RegExp

Set

String

String: typeof String

Symbol

Symbol: Function

SyntaxError

SyntaxError: typeof SyntaxError

TypeError

TypeError: typeof TypeError

URIError

URIError: typeof URIError

Uint16Array

Uint16Array: typeof Uint16Array

Uint32Array

Uint32Array: typeof Uint32Array

Uint8Array

Uint8Array: typeof Uint8Array

Uint8ClampedArray

Uint8ClampedArray: typeof Uint8ClampedArray

WeakMap

WeakSet

clearImmediate

clearImmediate: (immediateId: Immediate) => void

Type declaration

clearInterval

clearInterval: (intervalId: Timeout) => void

Type declaration

    • Parameters

      Returns void

clearTimeout

clearTimeout: (timeoutId: Timeout) => void

Type declaration

    • Parameters

      Returns void

console

console: typeof console

decodeURI

decodeURI: typeof decodeURI

decodeURIComponent

decodeURIComponent: typeof decodeURIComponent

encodeURI

encodeURI: typeof encodeURI

encodeURIComponent

encodeURIComponent: typeof encodeURIComponent

escape

escape: (str: string) => string

Type declaration

    • (str: string): string
    • Parameters

      • str: string

      Returns string

eval

eval: typeof eval

gc

gc: () => void

Type declaration

    • (): void
    • Returns void

global

global: Global

isFinite

isFinite: typeof isFinite

isNaN

isNaN: typeof isNaN

parseFloat

parseFloat: typeof parseFloat

parseInt

parseInt: typeof parseInt

process

process: Process

queueMicrotask

queueMicrotask: typeof queueMicrotask

root

root: Global
deprecated

Use global.

setImmediate

setImmediate: (callback: (...args: any[]) => void, ...args: any[]) => Immediate

Type declaration

    • (callback: (...args: any[]) => void, ...args: any[]): Immediate
    • Parameters

      • callback: (...args: any[]) => void
          • (...args: any[]): void
          • Parameters

            • Rest ...args: any[]

            Returns void

      • Rest ...args: any[]

      Returns Immediate

setInterval

setInterval: (callback: (...args: any[]) => void, ms: number, ...args: any[]) => Timeout

Type declaration

    • (callback: (...args: any[]) => void, ms: number, ...args: any[]): Timeout
    • Parameters

      • callback: (...args: any[]) => void
          • (...args: any[]): void
          • Parameters

            • Rest ...args: any[]

            Returns void

      • ms: number
      • Rest ...args: any[]

      Returns Timeout

setTimeout

setTimeout: (callback: (...args: any[]) => void, ms: number, ...args: any[]) => Timeout

Type declaration

    • (callback: (...args: any[]) => void, ms: number, ...args: any[]): Timeout
    • Parameters

      • callback: (...args: any[]) => void
          • (...args: any[]): void
          • Parameters

            • Rest ...args: any[]

            Returns void

      • ms: number
      • Rest ...args: any[]

      Returns Timeout

undefined

undefined: typeof undefined

unescape

unescape: (str: string) => string

Type declaration

    • (str: string): string
    • Parameters

      • str: string

      Returns string

Optional v8debug

v8debug: any