UNPKG

183 BTypeScriptView Raw
1export declare type Concurrency = number | null;
2export declare const setConcurrency: (newConcurrency: Concurrency) => void;
3export declare const getConcurrency: () => number | null;