Skip to main content
Module

x/web_bson/mod.js>LongWithoutOverrides

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
type alias LongWithoutOverrides
import { type LongWithoutOverrides } from "https://deno.land/x/web_bson@v0.3.0/mod.js";
definition: new (
low: unknown,
high?: number | boolean,
unsigned?: boolean,
) => [P in Exclude<keyof Long, TimestampOverrides>]: Long[P]