Skip to main content
Module

x/aether/deps.ts>Long#divide

A Deno library to interface with the Discord API
Latest
method Long.prototype.divide
Re-export
import { Long } from "https://deno.land/x/aether@v0.0.3/deps.ts";

Returns this Long divided by the specified. The result is signed if this Long is signed or unsigned if this Long is unsigned.

Parameters

divisor:
| string
| number
| Long

Returns

Quotient