UNPKG

@clickup/pg-microsharding

Version:
10 lines 378 B
import type { DiscoveredShard } from "../../internal/discoverShards"; import type { Args } from "../../internal/parseArgs"; /** * Extracts DSNs and the list of microshard numbers from the args. */ export declare function parseMatchingShards(args: Args): Promise<{ dsns: string[]; matchingShards: DiscoveredShard[]; }>; //# sourceMappingURL=parseMatchingShards.d.ts.map