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

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

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
method stable.Long.fromBytesLE
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 little endian byte representation.

Parameters

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

Returns

The corresponding Long value