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

SafeInteger.toBigInt

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

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

§Parameters

§Return Type

§
bigint
[src]