chore: description
This commit is contained in:
parent
6b47108425
commit
efe681261b
|
@ -388,6 +388,20 @@ export function describe() {
|
|||
},
|
||||
],
|
||||
},
|
||||
sub: {
|
||||
type: 'vector',
|
||||
label: '$1 minus $2',
|
||||
args: [
|
||||
{
|
||||
label: 'lhs',
|
||||
type: 'vector',
|
||||
},
|
||||
{
|
||||
label: 'rhs',
|
||||
type: 'vector',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
type: 'object',
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user