UNPKG

268 BJavaScriptView Raw
1export var configDocs = {
2 name: 'config',
3 category: 'Core',
4 syntax: ['config()', 'config(options)'],
5 description: 'Get configuration or change configuration.',
6 examples: ['config()', '1/3 + 1/4', 'config({number: "Fraction"})', '1/3 + 1/4'],
7 seealso: []
8};
\No newline at end of file