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/uint7.ts";

§Namespaces

Uint7

§Variables

Uint7.MAX_VALUE

The maximum value of 7-bit unsigned integer.

Uint7.MIN_VALUE

The minimum value of 7-bit unsigned integer.

Uint7.SIZE

The number of bits used to represent a 7-bit unsigned integer.

§Functions

Uint7.isUint7

Determines whether the passed test is a 7-bit unsigned integer.

§Type Aliases

Uint7

The type of 7-bit unsigned integer.