Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/web_bson/src/long.ts>Long.fromBytesBE

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
method Long.fromBytesBE
import { Long } from "https://deno.land/x/web_bson@v0.2.5/src/long.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