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

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."
}
}