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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,10 @@ The namespace exports the following:
78
78
79
79
<divclass="namespace-toc">
80
80
81
+
- <spanclass="signature">[`anyHasOwnProp( arr, property )`][@stdlib/array/base/assert/any-has-own-property]</span><spanclass="delimiter">: </span><spanclass="description">test whether at least one element in a provided array has a specified own property.</span>
82
+
- <spanclass="signature">[`anyHasProp( arr, property )`][@stdlib/array/base/assert/any-has-property]</span><spanclass="delimiter">: </span><spanclass="description">test whether at least one element in a provided array has a specified property, either own or inherited.</span>
83
+
- <spanclass="signature">[`anyIsEntryIn( arr, property )`][@stdlib/array/base/assert/any-is-entry-in]</span><spanclass="delimiter">: </span><spanclass="description">test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.</span>
84
+
- <spanclass="signature">[`anyIsEntry( arr, property )`][@stdlib/array/base/assert/any-is-entry]</span><spanclass="delimiter">: </span><spanclass="description">test whether at least one element in a provided array has a specified own property key-value pair.</span>
81
85
- <spanclass="signature">[`contains( x, value )`][@stdlib/array/base/assert/contains]</span><spanclass="delimiter">: </span><spanclass="description">test if an array contains a provided search value.</span>
82
86
- <spanclass="signature">[`hasEqualValuesIndexed( x, y )`][@stdlib/array/base/assert/has-equal-values-indexed]</span><spanclass="delimiter">: </span><spanclass="description">test if two indexed arrays have equal values.</span>
83
87
- <spanclass="signature">[`hasEqualValues( x, y )`][@stdlib/array/base/assert/has-equal-values]</span><spanclass="delimiter">: </span><spanclass="description">test if two arrays have equal values.</span>
0 commit comments