mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
6 lines
180 B
JavaScript
6 lines
180 B
JavaScript
console.warn('Warning: ' +
|
|
'The file "mathjs/index.js" is deprecated since v6.0.0. ' +
|
|
'Please use the root "mathjs" instead')
|
|
|
|
module.exports = require('./lib/entry/mainAny')
|