Skip to content

Instantly share code, notes, and snippets.

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