Skip to main content
Module

x/denodb/deps.ts>Bson.LongWithoutOverrides

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
type alias Bson.LongWithoutOverrides
import { type Bson } from "https://deno.land/x/denodb@v1.4.0/deps.ts";
const { LongWithoutOverrides } = Bson;
definition: new (
low: unknown,
high?: number,
unsigned?: boolean,
) => [P in Exclude<keyof Long, TimestampOverrides>]: Long[P]