mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #4284 from node-red/4268-add-clone-jsonata-docs
Add docs for $clone function
This commit is contained in:
commit
64b94c68d3
@ -270,5 +270,9 @@
|
|||||||
"$moment": {
|
"$moment": {
|
||||||
"args": "[str]",
|
"args": "[str]",
|
||||||
"desc": "Gets a date object using the Moment library."
|
"desc": "Gets a date object using the Moment library."
|
||||||
|
},
|
||||||
|
"$clone": {
|
||||||
|
"args": "value",
|
||||||
|
"desc": "Safely clone an object."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user