jiangchengfeiyi-xiaochengxu/node_modules/mathjs/lib/cjs/version.js
2025-01-02 11:13:50 +08:00

9 lines
268 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.version = void 0;
const version = exports.version = '14.0.1';
// Note: This file is automatically generated when building math.js.
// Changes made in this file will be overwritten.