Module

x/web_bson/mod.d.ts>Long.fromBytesBE

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
method Long.fromBytesBE
import { Long } from "https://dotland.deno.dev/x/web_bson@v0.3.0/mod.d.ts";

Creates a Long from its big endian byte representation.

Parameters

bytes: number[]
  • Big endian byte representation
optional
unsigned: boolean
  • Whether unsigned or not, defaults to signed

Returns

The corresponding Long value