Skip to content

Instantly share code, notes, and snippets.

@jeremenichelli
Created June 27, 2017 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremenichelli/b3011f5f1177fb6806b07a0013d317e0 to your computer and use it in GitHub Desktop.
Save jeremenichelli/b3011f5f1177fb6806b07a0013d317e0 to your computer and use it in GitHub Desktop.
(function() {
'use strict';
function helper() {
  /* inlined function from module */
  }
var action = function() {
var value = helper();
return value;
};
exports.action = action;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment