Type aliases
ArrayBufferLike
ArrayBufferLike: ArrayBufferTypes[keyof ArrayBufferTypes]
ArrayBufferView
BufferEncoding
BufferEncoding: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex"
IteratorResult
Type parameters
PropertyKey
PropertyKey: string | number | symbol
TypedArray
TypedArray: Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | BigUint64Array | BigInt64Array | Float32Array | Float64Array
WithImplicitCoercion
WithImplicitCoercion<T>: T | { valueOf: any }
Type parameters
consoleKey
consoleKey: "log" | "error" | "info" | "warn"
Provides functionality common to all JavaScript objects.