Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace <internal>

Index

Namespaces

Enumerations

Classes

Interfaces

Type aliases

Variables

Type aliases

ArrayBufferLike

ArrayBufferLike: ArrayBufferTypes[keyof ArrayBufferTypes]

ArrayBufferView

ArrayBufferView: TypedArray | <internal>.DataView

BufferEncoding

BufferEncoding: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex"

IteratorResult

IteratorResult<T, TReturn>: IteratorYieldResult<T> | IteratorReturnResult<TReturn>

Type parameters

  • T

  • TReturn = any

LookupFunction

LookupFunction: (hostname: string, options: LookupOneOptions, callback: (err: ErrnoException | null, address: string, family: number) => void) => void

Type declaration

PromiseSettledResult

PromiseSettledResult<T>: PromiseFulfilledResult<T> | PromiseRejectedResult

Type parameters

  • T

PropertyKey

PropertyKey: string | number | symbol

ProxyOptions

ProxyOptions: ProxyOpts | string

Readonly

Readonly<T>: { readonly [ P in keyof T]: T[P] }

Make all properties in T readonly

Type parameters

  • T

SocketConnectOpts

TypedArray

WithImplicitCoercion

WithImplicitCoercion<T>: T | { valueOf: any }

Type parameters

  • T

Variables

AbortSignal

AbortSignal: { prototype: <internal>.AbortSignal }

Type declaration

ArrayBuffer

BigInt64Array

BigUint64Array

Buffer

DataView

Date

Error

Float32Array

Float64Array

Function

Int16Array

Int32Array

Int8Array

Map

Object

Provides functionality common to all JavaScript objects.

Promise

SharedArrayBuffer

SharedArrayBuffer: SharedArrayBufferConstructor

Uint16Array

Uint32Array

Uint8Array

Uint8ClampedArray

Uint8ClampedArray: Uint8ClampedArrayConstructor

Generated using TypeDoc