1.0.3 • Published 7 years ago

scpp-es5 v1.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

scpp

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'