qzm
4/17/2017 - 6:23 AM

defined AMD/CommonJS/IIFE

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';

})));