Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/willow/src/store/storage/kv/key_codec/bigIntCodec.ts>decodeBigInt

A Willow Data Model and Willow General Purpose Sync protocol implementation in TypeScript.
Latest
function decodeBigInt
import { decodeBigInt } from "https://deno.land/x/willow@0.3.5/src/store/storage/kv/key_codec/bigIntCodec.ts";

decode BigInt

Parameters

buf: Uint8Array
pos: { p: number; }
code: number