Add docs for $clone function

This commit is contained in:
Nick O'Leary 2023-08-16 16:02:33 +01:00
parent f719e5ad49
commit 966bbe2856
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
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."
}
}