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

x/web_bson/bench_deps.ts>stable.Long.fromBytes

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
method stable.Long.fromBytes
Re-export
import { stable } from "https://deno.land/x/web_bson@v0.2.4/bench_deps.ts";
const { Long } = stable;

Creates a Long from its byte representation.

Parameters

bytes: number[]
  • Byte representation
optional
unsigned: boolean
  • Whether unsigned or not, defaults to signed
optional
le: boolean
  • Whether little or big endian, defaults to big endian

Returns

The corresponding Long value