Created
April 11, 2018 02:24
-
-
Save daybrush/72517714575caa797f635d2a50d88ca5 to your computer and use it in GitHub Desktop.
browserify
This file contains hidden or 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
if (typeof module !== 'undefined' && module.exports) { | |
module.exports = library; | |
} else { | |
window.library = library; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment