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

14 lines
288 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.trueDocs = void 0;
const trueDocs = exports.trueDocs = {
name: 'true',
category: 'Constants',
syntax: ['true'],
description: 'Boolean value true',
examples: ['true'],
seealso: ['false']
};