Katochimoto/xblocks

View on GitHub
src/context.js

Summary

Maintainability
A
0 mins
Test Coverage
const context = (function () {
    /* eslint no-eval: 0 */
    return this || (1, eval)('this');
})();

export const xv = context.xv = {};
export const xb = context.xb = {};
export default context;