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

Uint64.isUint64

import { Uint64 } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.0/deps.ts"; 

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

§Parameters

§
test: unknown
[src]

§Return Type

§
boolean
[src]