Skip to main content
Module

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

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

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