Skip to content

Instantly share code, notes, and snippets.

@jboulhous
Created May 20, 2015 23:02
Show Gist options
  • Save jboulhous/047115a54ed2e4b6f141 to your computer and use it in GitHub Desktop.
Save jboulhous/047115a54ed2e4b6f141 to your computer and use it in GitHub Desktop.
cb
var cb = _.compose(_.identity, console.log.bind(console));
asyncFunctionThatReturnsNullResult(cb);
// => null {result: [Results..]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment