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

Usage

import * as number.es from "https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint8.ts";

§Namespaces

Uint8

§Variables

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

The number of bits used to represent an 8-bit unsigned integer.

§Functions

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

Uint8

The type of 8-bit unsigned integer.

Uint8.FromOptions