async-chainable-compat

1.1.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    2
  • 1.1.0
    0

Package Sidebar

Install

npm i async-chainable-compat

Weekly Downloads

2

Version

1.1.1

License

MIT

Last publish

Collaborators

  • hash-bang