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

Uint6.MIN_VALUE

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

const { MIN_VALUE } = Uint6;

The minimum value of 6-bit unsigned integer.

const MIN_VALUE: 0;