UNPKG

@clickup/ent-framework

Version:

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

5 lines 173 B
/** * Optionally encloses a PG identifier (like table name) in "". */ export declare function escapeIdent(ident: string): string; //# sourceMappingURL=escapeIdent.d.ts.map