Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/aether/deps.ts>Long.fromBytes

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