File Manager

Path: /home/u153614772/domains/aitradingintelligence.org/public_html/vendor/vendor/gmaps/

Viewing File: umd.hbs

"use strict";
(function(root, factory) {
  if(typeof exports === 'object') {
    module.exports = factory({{{cjsDependencies}}});
  }
  else if(typeof define === 'function' && define.amd) {
    define({{#if amdModuleId}}'{{amdModuleId}}', {{/if}}[{{{amdDependencies}}}], factory);
  }
  else {
    root.{{globalAlias}} = factory({{{globalDependencies}}});
  }


}(this, function({{dependencies}}) {

{{{code}}}

return {{objectToExport}};
}));