import { varbig } from "https://deno.land/std@0.38.0/encoding/binary.ts";
Decode an integer from b
, and return it as a bigint
. Data-type defaults to int64
.
Returns EOF
if b
is too short for the data-type given in o
.
Parameters
optional
o: VarbigOptions = [UNSUPPORTED]