Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created May 26, 2016 01:06
Show Gist options
  • Save tmcw/2d3d98963ed82f9e6e4281d02838a63e to your computer and use it in GitHub Desktop.
Save tmcw/2d3d98963ed82f9e6e4281d02838a63e to your computer and use it in GitHub Desktop.
function toComment(fn, file) {
return parse({
file: file,
source: fn instanceof Function ? '(' + fn.toString() + ')' : fn
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment