Module

x/atlas_sdk3/mod.ts>Long.fromBytes

TypeSafe MongoDB Atlas Data API SDK for Deno & Deno Deploy
Latest
method Long.fromBytes
import { Long } from "https://dotland.deno.dev/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