UNPKG

alinex-async

Version:

An extended version of the async library.

28 lines (15 loc) 503 B
(function() { var async, mapof, once; async = require('async'); once = require('./once'); mapof = require('./mapof'); module.exports = async; module.exports.once = once.wait; module.exports.onceSkip = once.skip; module.exports.onceThrow = once["throw"]; module.exports.onceTime = once.time; module.exports.mapOf = mapof.mapOf; module.exports.mapOfLimit = mapof.mapOfLimit; module.exports.mapOfSeries = mapof.mapOfSeries; }).call(this); //# sourceMappingURL=index.map