UNPKG

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