UNPKG

faktory-worker

Version:
5 lines (4 loc) 184 B
export declare function strictlyOrdered(queues: string[]): () => string[]; export declare function weightedRandom(queuesAndWeights: { [string: string]: number; }): () => string[];