UNPKG

@clickup/ent-framework

Version:

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

5 lines 172 B
/** * Escapes an array of strings. */ export declare function escapeArray(obj: Array<string | null> | null | undefined): string; //# sourceMappingURL=escapeArray.d.ts.map