Module

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

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

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