Skip to content

Instantly share code, notes, and snippets.

@daybrush
Created April 11, 2018 02:24
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 daybrush/72517714575caa797f635d2a50d88ca5 to your computer and use it in GitHub Desktop.
Save daybrush/72517714575caa797f635d2a50d88ca5 to your computer and use it in GitHub Desktop.
browserify
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