UNPKG

426 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.importDocs = void 0;
7var importDocs = {
8 name: 'import',
9 category: 'Core',
10 syntax: ['import(functions)', 'import(functions, options)'],
11 description: 'Import functions or constants from an object.',
12 examples: ['import({myFn: f(x)=x^2, myConstant: 32 })', 'myFn(2)', 'myConstant'],
13 seealso: []
14};
15exports.importDocs = importDocs;
\No newline at end of file