UNPKG

@clickup/ent-framework

Version:

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

8 lines 180 B
/** * See PgClient#withShard() for reasons of having this class. */ export declare class Ref<T> { current: T; constructor(current: T); } //# sourceMappingURL=Ref.d.ts.map