Skip to main content
Module

x/biginteger/mod.ts>bigInt

Deno first BigInt wrapper based on peterolson/BigInteger.js
Latest
variable bigInt
import { bigInt } from "https://deno.land/x/biginteger@v0.1.3/mod.ts";

type

(
value?: BigNumber,
radix?: number,
alphabet?: string,
caseSensitive?: boolean,
) => unknown