Skip to content

Instantly share code, notes, and snippets.

@qzm
Created April 17, 2017 06:23
Show Gist options
  • Save qzm/a7aea2cce02d0a724991181d649ea062 to your computer and use it in GitHub Desktop.
Save qzm/a7aea2cce02d0a724991181d649ea062 to your computer and use it in GitHub Desktop.
defined AMD/CommonJS/IIFE
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.YourProjectName = factory());
}(this, (function () {
'use strict';
})));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment