UNPKG

@clickup/pg-microsharding

Version:
5 lines 171 B
/** * Checks whether the given DSN is a master database. */ export declare function isMasterDsn(dsn: string): Promise<boolean>; //# sourceMappingURL=isMasterDsn.d.ts.map