1.1.3 • Published 8 years ago

bluebird_feathers v1.1.3

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

Feathers

A toolbelt of additional promise functions with a focus on array and object methods. Currently bluebird only.

##Example

var Promise = require('bluebird');
require('bluebird_feathers')(Promise);
Promise.remember(function() {
  return 'Remembering';
}, function() {
  return ' returned promise values';
}, function() {
  return ' can be pretty useful!';
}, function(arr) {
  console.log(arr.join(''));
})
//outputs 'Remembering returned promise values can be pretty useful!'

##Installation

npm install bluebird_feathers
1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago