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
Only use a CommonJS export for the TypeScript definition (reason)
You need to change import pLimit from 'p-limit'; to import pLimit = require('p-limit');
Improvements
Always run limited functions asynchronously (#28) 7b978e3