Skip to content

Instantly share code, notes, and snippets.

@lunaris
Last active March 7, 2016 16:43
Show Gist options
  • Save lunaris/62e9ced5216715b00523 to your computer and use it in GitHub Desktop.
Save lunaris/62e9ced5216715b00523 to your computer and use it in GitHub Desktop.
"use strict";
// module Test
exports.someThingArbitrary = function someThingArbitrary(f) {
return f("yarp");
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment