UNPKG

238 BJavaScriptView Raw
1const all = require('./factoriesAny')
2const { create } = require('./core/create')
3
4const defaultInstance = create(all)
5
6// TODO: not nice having to revert to CommonJS, find an ES6 solution
7module.exports = /* #__PURE__ */ defaultInstance