You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/array/base/rekey/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ The function has the following parameters:
65
65
66
66
<sectionclass="notes">
67
67
68
+
## Notes
69
+
68
70
- The function **only** copies and renames those keys which are present in a provided mapping object. Any keys which are **not** present in the provided mapping object, but are present in the original objects, are **omitted** during object creation.
69
71
- The function assumes that each object has the keys specified in a provided mapping object.
70
72
- The function performs **shallow** copies of key values.
0 commit comments