Skip to content

Instantly share code, notes, and snippets.

@meeDamian
Created September 17, 2014 17:57
Show Gist options
  • Save meeDamian/4d968dcddd4c17cfce60 to your computer and use it in GitHub Desktop.
Save meeDamian/4d968dcddd4c17cfce60 to your computer and use it in GitHub Desktop.
var sendBitcoins =
exports.sendBitcoins =
function sendBitcoins(arg1, arg2, cb) {
// something
};
@joshmh
Copy link

joshmh commented Sep 17, 2014

function sendBitcoins(arg1, arg2, cb) {
  // something
};

exports.sendBitcoins = sendBitcoins;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment