jiangchengfeiyi-xiaochengxu/node_modules/mathjs/lib/cjs/version.js

9 lines
268 B
JavaScript
Raw Permalink Normal View History

2025-01-02 03:13:50 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.version = void 0;
2025-04-05 08:12:09 +00:00
const version = exports.version = '14.4.0';
2025-01-02 03:13:50 +00:00
// Note: This file is automatically generated when building math.js.
// Changes made in this file will be overwritten.