Merge pull request #3874 from node-red-hitachi/support-clone-in-monaco

Add $clone as supported function
This commit is contained in:
Nick O'Leary 2022-09-12 19:16:18 +01:00 committed by GitHub
commit e6097e4968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@
'$base64encode':{ args:[ ]},
'$boolean':{ args:[ 'arg' ]},
'$ceil':{ args:[ 'number' ]},
'$clone': { args:[ 'arg' ]},
'$contains':{ args:[ 'str', 'pattern' ]},
'$count':{ args:[ 'array' ]},
'$decodeUrl':{ args:[ 'str' ]},