Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

TranscodeEncoding

TranscodeEncoding: "ascii" | "utf8" | "utf16le" | "ucs2" | "latin1" | "binary"

Variables

Const BuffType

BuffType: Buffer

Const INSPECT_MAX_BYTES

INSPECT_MAX_BYTES: number

Const SlowBuffer

SlowBuffer: object

Type declaration

  • constructor: function
    • new __type(size: number): Buffer
    • deprecated

      since v6.0.0, use Buffer.allocUnsafeSlow()

      Parameters

      • size: number

      Returns Buffer

  • prototype: Buffer

Const constants

constants: object

Type declaration

  • MAX_LENGTH: number
  • MAX_STRING_LENGTH: number

Const kMaxLength

kMaxLength: number

Const kStringMaxLength

kStringMaxLength: number

Functions

transcode

Generated using TypeDoc