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

Uint32.isUint32

import { Uint32 } from "https://raw.githubusercontent.com/i-xi-dev/buffer-utils.es/6.2.3/deps.ts"; 

const { isUint32 } = Uint32;

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

function isUint32(test: unknown): boolean;
§
isUint32(test: unknown): boolean
[src]

§Parameters

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

§Return Type

§
boolean
[src]

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