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: is-same-array/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,8 @@ out = isSameArray( x, y );
96
96
## See Also
97
97
98
98
- <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>
99
+
- <spanclass="package-name">[`@stdlib/assert/is-equal-array`][@stdlib/assert/is-equal-array]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are both generic arrays and have equal values.</span>
100
+
- <spanclass="package-name">[`@stdlib/assert/is-same-array-like`][@stdlib/assert/is-same-array-like]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are both array-like and have the same values.</span>
99
101
- <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