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: README.md
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,13 @@ out = isSameArray( x, y );
124
124
125
125
<sectionclass="related">
126
126
127
+
* * *
128
+
129
+
## See Also
130
+
131
+
- <spanclass="package-name">[`@stdlib/assert-is-array`][@stdlib/assert/is-array]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is an array.</span>
132
+
- <spanclass="package-name">[`@stdlib/assert-is-same-value`][@stdlib/assert/is-same-value]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are the same value.</span>
0 commit comments