UNPKG

@clickup/ent-framework

Version:

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

5 lines 176 B
/** * Escapes a date as PG string literal. */ export declare function escapeDate(v: Date | null | undefined, field?: string): string; //# sourceMappingURL=escapeDate.d.ts.map