UNPKG

236 BJavaScriptView Raw
1/* global window, global */
2const moduleExports = require('./index');
3
4const _global = typeof window === 'undefined' ? global : window;
5_global.loaders = _global.luma || {};
6
7module.exports = Object.assign(_global.luma, moduleExports);