Skip to content

Instantly share code, notes, and snippets.

@gracefullight
Created December 22, 2016 11:00
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 gracefullight/6e787aef28026c446627668bff52d684 to your computer and use it in GitHub Desktop.
Save gracefullight/6e787aef28026c446627668bff52d684 to your computer and use it in GitHub Desktop.
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(factory((global.module1 = global.module1 || {})));
}(this, (function (exports) {
exports.action = function () {};
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment