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

StringEx.SafeInteger.toBigInt

import { StringEx } from "https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.5/deps.ts"; 

const { toBigInt } = StringEx.SafeInteger;
function toBigInt(source: SafeInteger): bigint;
§
toBigInt(source: SafeInteger): bigint
[src]

§Parameters

§Return Type

§
bigint
[src]