UNPKG

nyks

Version:

nodejs exupery style

9 lines (5 loc) 177 B
"use strict"; const eachLimit = require('./eachLimit'); module.exports = async function(series, thunk, ctx) { return await eachLimit(series, series.length, thunk, ctx); };