Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/model/dependencies/mongo.ts>Bson.Long#divide

model based mongo for deno
Latest
method Bson.Long.prototype.divide
Re-export
import { Bson } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";
const { Long } = Bson;

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