UNPKG

@clickup/ent-framework

Version:

A PostgreSQL graph-database-alike library with microsharding and row-level security

6 lines 256 B
/** * It's hard to support PG bigint type in JS, so people use strings instead. * This function checks that a string can be passed to PG as a bigint. */ export declare function isBigintStr(str: string): boolean; //# sourceMappingURL=isBigintStr.d.ts.map