1.0.1 • Published 9 years ago

async-dammit v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

async-dammit

An asynchronous helper for a synchronous world.

  1. Install with npm:

    npm install async-dammit
  2. Require it:

    var _async = require('async-dammit');
  3. Wrap your (least) favorite synchronous function:

    var getStuffAsync = _async(getStuffSync);
  4. Profit!

    getStuffAsync('path/to/stuff', function(error, stuff) {
    });
1.0.1

9 years ago

1.0.0

9 years ago