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

BufferUtils.Uint64.isUint64

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

const { isUint64 } = BufferUtils.Uint64;
function isUint64(test: unknown): boolean;
§
isUint64(test: unknown): boolean
[src]

§Parameters

§
test: unknown
[src]

§Return Type

§
boolean
[src]