scpp-es5
v1.0.3
Published
Micro functions to execute asynchronous functions synchronously or in parallel.
Downloads
2
Maintainers
Readme
Forget about bloated libraries, promises, function generators and embrace callbacks.
Why scpp-es5?
- Small (1 file, 20 lines of code, no dependency's)
- Fast (Faster then async.js)
- Tested in production
- ES5 version from scpp. Read more about scpp
Install
npm install --save scpp-es5
const {sync, parallel} = require('scpp-es5')
or
import {sync, parallel} from 'scpp-es5'