UNPKG

@clickup/pg-microsharding

Version:
7 lines 334 B
/** * Same as normalizeDsn(), but assumes comma separated list of DSNs. Also, * allows passing numbers instead of DSNs; if so, the actual DSN will be chosen * by the index from islandDsns argument. */ export declare function normalizeDsns(dsnsIn: string | undefined): Promise<string[]>; //# sourceMappingURL=normalizeDsns.d.ts.map