[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/samxcode/mathjs/develop/src/bundleAny.js [Back]  [Original]

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

Web Proxy Viewer  |  New URL  |  Original Page