Skip to main content
Module

x/atlas_sdk/mod.ts>Long.fromValue

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
method Long.fromValue
import { Long } from "https://deno.land/x/atlas_sdk@v1.1.3/mod.ts";

Converts the specified value to a Long.

Parameters

val: number | string | { low: number; high: number; unsigned?: boolean; }
  • Whether unsigned or not, defaults to signed
optional
unsigned: boolean