Skip to main content
Extremely Popular
Go to Latest
type alias Bson.LongWithoutOverrides
import { type Bson } from "https://deno.land/x/mongo@v0.31.2/mod.ts";
const { LongWithoutOverrides } = Bson;
definition: new (
low: unknown,
high?: number | boolean,
unsigned?: boolean,
) => [P in Exclude<keyof Long, TimestampOverrides>]: Long[P]