Skip to content

Instantly share code, notes, and snippets.

@lbdremy
Last active December 30, 2015 06:49
Show Gist options
  • Save lbdremy/7792288 to your computer and use it in GitHub Desktop.
Save lbdremy/7792288 to your computer and use it in GitHub Desktop.
when adapter
var when = require('when');
exports.resolved = when.resolve;
exports.rejected = when.reject;
exports.deferred = when.defer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment