You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import PromisePool from 'es6-promise-pool';
let promiseRunner = async (producerFunc, concurrency) => {
let pool = new PromisePool(producerFunc, concurrency);
await pool.start();
};
I get the error es6_promise_pool_1.default is not a constructor.
The text was updated successfully, but these errors were encountered:
I am using Typesript v2.5.2
Here is the code I use-
I get the error
es6_promise_pool_1.default is not a constructor
.The text was updated successfully, but these errors were encountered: