UNPKG

263 BJavaScriptView Raw
1var all = require('./factoriesAny');
2
3var _require = require('./core/create'),
4 create = _require.create;
5
6var defaultInstance = create(all); // TODO: not nice having to revert to CommonJS, find an ES6 solution
7
8module.exports = /* #__PURE__ */defaultInstance;
\No newline at end of file