Created
May 13, 2017 09:58
-
-
Save w3core/b742093077176f6fa3452630de64084e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function (global, factory) { | |
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : | |
typeof define === 'function' && define.amd ? define(factory) : | |
(global.__NAME__ = factory()); | |
}(this, (function () { | |
return function __NAME__ () { | |
} | |
}))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment