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

Uint6.isUint6

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

const { isUint6 } = Uint6;

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

function isUint6(test: unknown): test is Uint6;
§
isUint6(test: unknown): test is Uint6
[src]

§Parameters

§
test: unknown
[src]
  • The value to be tested

§Return Type

§
test is Uint6
[src]

Whether the passed test is a 6-bit unsigned integer.