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

14 lines
324 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.versionDocs = void 0;
const versionDocs = exports.versionDocs = {
name: 'version',
category: 'Constants',
syntax: ['version'],
description: 'A string with the version number of math.js',
examples: ['version'],
seealso: []
};