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

Uint7.isUint7

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

const { isUint7 } = Uint7;

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

function isUint7(test: unknown): test is Uint7;
§
isUint7(test: unknown): test is Uint7
[src]

§Parameters

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

§Return Type

§
test is Uint7
[src]

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