UNPKG

291 BJavaScriptView Raw
1export var importDocs = {
2 name: 'import',
3 category: 'Core',
4 syntax: ['import(functions)', 'import(functions, options)'],
5 description: 'Import functions or constants from an object.',
6 examples: ['import({myFn: f(x)=x^2, myConstant: 32 })', 'myFn(2)', 'myConstant'],
7 seealso: []
8};
\No newline at end of file