Merge pull request #4284 from node-red/4268-add-clone-jsonata-docs

Add docs for $clone function
This commit is contained in:
Nick O'Leary 2023-08-18 15:52:45 +01:00 committed by GitHub
commit 64b94c68d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -270,5 +270,9 @@
"$moment": {
"args": "[str]",
"desc": "Gets a date object using the Moment library."
},
"$clone": {
"args": "value",
"desc": "Safely clone an object."
}
}