loadShards
1function loadShards(paths: string[]): Promise<string[]>Loads all shards path from the specified paths and directories.
Parameters
| Parameter | Type | Description |
|---|---|---|
paths | string[] | The paths to load the shards from. |
Returns
Promise<string[]>