UNPKG

277 BJavaScriptView Raw
1export var typedDocs = {
2 name: 'typed',
3 category: 'Core',
4 syntax: ['typed(signatures)', 'typed(name, signatures)'],
5 description: 'Create a typed function.',
6 examples: ['double = typed({ "number, number": f(x)=x+x })', 'double(2)', 'double("hello")'],
7 seealso: []
8};
\No newline at end of file