1.0.0 • Published 8 years ago

alrighty v1.0.0

Weekly downloads
3
License
WTFPL
Repository
github
Last release
8 years ago

Alrighty Then

This library enables you to kick off your promise chains with panache.

Installation

npm install alrighty --save

Use

var alrighty = require('alrighty');

function doAwesomeStuffProbably() {
  return alrighty.then(...);
}