Yuzu b15666f20e
chore: use single quotes (#68)
* chore: single quote
2022-07-18 18:25:23 +00:00

9 lines
296 B
TypeScript

export * from './calculateTotalShards.ts';
export * from './calculateWorkerId.ts';
export * from './gatewayManager.ts';
export * from './prepareBuckets.ts';
export * from './shardManager.ts';
export * from './spawnShards.ts';
export * from './stop.ts';
export * from './tellWorkerToIdentify.ts';