UNPKG

403 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.configDocs = void 0;
7var configDocs = {
8 name: 'config',
9 category: 'Core',
10 syntax: ['config()', 'config(options)'],
11 description: 'Get configuration or change configuration.',
12 examples: ['config()', '1/3 + 1/4', 'config({number: "Fraction"})', '1/3 + 1/4'],
13 seealso: []
14};
15exports.configDocs = configDocs;
\No newline at end of file