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

Uint7.MAX_VALUE

import { Uint7 } from "https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint7.ts"; 

const { MAX_VALUE } = Uint7;

The maximum value of 7-bit unsigned integer.

const MAX_VALUE: 127;