chore: description

This commit is contained in:
cha0s 2021-01-30 20:43:56 -06:00
parent 6b47108425
commit efe681261b

View File

@ -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',
};