import { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts";
const { Long } = Bson;
Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned.
import { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts";
const { Long } = Bson;
Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned.