Created
May 20, 2015 23:02
-
-
Save jboulhous/047115a54ed2e4b6f141 to your computer and use it in GitHub Desktop.
cb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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