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

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

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