Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

ArrayBufferLike: ArrayBufferTypes[keyof ArrayBufferTypes]
ArrayBufferView: TypedArray | DataView
BufferEncoding: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex"
CIDVersion: 0 | 1
IteratorResult<T, TReturn>: IteratorYieldResult<T> | IteratorReturnResult<TReturn>

Type parameters

  • T

  • TReturn = any

Multibase<Prefix>: string | (string & { 0: Prefix })

Multibase represents base encoded strings with a prefix first character describing it's encoding.

Type parameters

  • Prefix: string

PropertyKey: string | number | symbol

Type parameters

  • T

TypedArray: Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | BigUint64Array | BigInt64Array | Float32Array | Float64Array
WithImplicitCoercion<T>: T | { valueOf: any }

Type parameters

  • T

Variables

Error: ErrorConstructor
Object: ObjectConstructor

Provides functionality common to all JavaScript objects.

ReadableStream: { prototype: <internal>.ReadableStream<any> }

Type declaration

ReadableStreamDefaultReader: { prototype: <internal>.ReadableStreamDefaultReader<any> }

Type declaration

SharedArrayBuffer: SharedArrayBufferConstructor
WritableStream: { prototype: <internal>.WritableStream<any> }

Type declaration

WritableStreamDefaultWriter: { prototype: <internal>.WritableStreamDefaultWriter<any> }

Type declaration

Generated using TypeDoc