UNPKG

@bodyam8/core

Version:
3 lines (2 loc) 179 B
import { ShardedConfig, ShardedConnectionConfig } from "./sharding"; export declare const getShardedConnection: (config: ShardedConfig, shard: number) => ShardedConnectionConfig;