mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
8 lines
238 B
JavaScript
8 lines
238 B
JavaScript
const all = require('./factoriesAny')
|
|
const { create } = require('./core/create')
|
|
|
|
const defaultInstance = create(all)
|
|
|
|
// TODO: not nice having to revert to CommonJS, find an ES6 solution
|
|
module.exports = /* #__PURE__ */ defaultInstance
|