Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 454 Bytes

async-chainable-compat

Plugin for async-chainable that provides a compatibility layer like the original async NPM.

var asyncChainable = require('async-chainable');
var asyncChainableCompat = require('async-chainable-exec');

asyncChainable()
	.use(asyncChainableCompat)
	.mapLimit(); // Access to async functions from this point onwards