2019-11-27 19:50:02 -05:00

8 lines
234 B
JavaScript

/* global window, global */
const moduleExports = require('./src');
const _global = typeof window === 'undefined' ? global : window;
_global.loaders = _global.luma || {};
module.exports = Object.assign(_global.luma, moduleExports);