Skip to main content
Module

x/mongo/deps.ts>LongWithoutOverrides

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