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