Skip to main content
Module

x/aether/deps.ts>Long.fromValue

A Deno library to interface with the Discord API
Latest
method Long.fromValue
Re-export
import { Long } from "https://deno.land/x/aether@v0.0.3/deps.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