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

BufferUtils.BigUint64.isBigUint64

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

const { isBigUint64 } = BufferUtils.BigUint64;

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

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

§Parameters

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

§Return Type

§
boolean
[src]

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