UNPKG

@clickup/ent-framework

Version:

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

5 lines 146 B
/** * Parses a WAL LSN number into a JS bigint. */ export declare function parseLsn(lsn: string): bigint; //# sourceMappingURL=parseLsn.d.ts.map