Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/unknownutil/is.ts>isBigInt

🦕 A lightweight utility pack for handling unknown type
Go to Latest
function isBigInt
import { isBigInt } from "https://deno.land/x/unknownutil@v3.1.0/is.ts";

Return true if the type of x is bigint.

Parameters

x: unknown

Returns

x is bigint