Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as bufferUtils.es from "https://raw.githubusercontent.com/i-xi-dev/buffer-utils.es/4.0.6/deps.ts";

§Namespaces

Uint16
Uint32
Uint8

§Variables

Uint16.BYTES
Uint16.MAX_VALUE
Uint16.MIN_VALUE
Uint16.SIZE
Uint32.BYTES
Uint32.MAX_VALUE
Uint32.MIN_VALUE
Uint32.SIZE
Uint8.BYTES
Uint8.MAX_VALUE

The maximum value of 8-bit unsigned integer.

Uint8.MIN_VALUE

The minimum value of 8-bit unsigned integer.

Uint8.SIZE

§Functions

Uint16.isUint16
Uint16.rotateLeft
Uint16.saturateFromSafeInteger
Uint16.truncateFromSafeInteger
Uint32.isUint32
Uint32.rotateLeft
Uint32.saturateFromSafeInteger
Uint32.truncateFromSafeInteger
Uint8.fromBigInt
Uint8.fromNumber
Uint8.fromString
Uint8.isUint8

Determines whether the passed test is an 8-bit unsigned integer.

Uint8.rotateLeft
Uint8.saturateFromSafeInteger
Uint8.toBigInt
Uint8.toString
Uint8.truncateFromSafeInteger

§Type Aliases

Uint16

The type of 16-bit unsigned integer.

Uint32

The type of 32-bit unsigned integer.

Uint8

The type of 8-bit unsigned integer.

Uint8.FromOptions