Skip to main content
Module

x/atlas_sdk3/mod.ts>Long.fromBytes

TypeSafe MongoDB Atlas Data API SDK for Deno & Deno Deploy
Latest
method Long.fromBytes
Re-export
import { Long } from "https://deno.land/x/atlas_sdk3@v0.3.1/mod.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