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

Uint8.toBigInt

import { Uint8 } from "https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint8.ts"; 

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

§Parameters

§
source: Uint8
[src]

§Return Type

§
bigint
[src]