UNPKG

264 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 =
9/* #__PURE__ */
10defaultInstance;
\No newline at end of file