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

9 lines
268 B
JavaScript
Raw Normal View History

2025-01-02 03:13:50 +00:00
"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.