Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/web_bson/src/timestamp.ts>LongWithoutOverrides

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