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
{{ message }}
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: NS-Proto-Appendix.md
+4
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
5
5
Converts shallowly an object to a record. If the object has a non-const value, a TypeError will be thrown.
6
6
7
+
## `Record.isRecord(value) -> boolean`
8
+
9
+
Checks whether the parameter is either a Record primitive or Record wrapper.
10
+
7
11
## `Record.assign(...args: Record[]) -> Record`
8
12
9
13
Merges all records passed as arguments into one **new** record returned by the function. The latest argument will override arguments before when merging.
0 commit comments