mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
9 lines
212 B
JavaScript
9 lines
212 B
JavaScript
'use strict'
|
|
|
|
const { create } = require('./mainInstance')
|
|
|
|
const defaultInstance = create()
|
|
|
|
// TODO: not nice having to revert to CommonJS, find an ES6 solution
|
|
module.exports = /* #__PURE__ */ defaultInstance
|