UNPKG

370 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.helpDocs = void 0;
7var helpDocs = {
8 name: 'help',
9 category: 'Expression',
10 syntax: ['help(object)', 'help(string)'],
11 description: 'Display documentation on a function or data type.',
12 examples: ['help(sqrt)', 'help("complex")'],
13 seealso: []
14};
15exports.helpDocs = helpDocs;
\No newline at end of file