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

Uint6.SIZE

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

const { SIZE } = Uint6;

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

const SIZE: 6;