Skip to main content
Module

x/localekit/mod.ts>Is.isBigInt

A translation plugin for Deno
Go to Latest
variable Is.isBigInt
import { Is } from "https://deno.land/x/localekit@2.0.0/mod.ts";
const { isBigInt } = Is;

Checks if a value is a BigInt.

type

(value: unknown) => boolean