We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75bd09 commit e7f8385Copy full SHA for e7f8385
lib/node_modules/@stdlib/array/base/assert/any-is-entry/README.md
@@ -40,7 +40,8 @@ limitations under the License.
40
var anyIsEntry = require( '@stdlib/array/base/assert/any-is-entry' );
41
```
42
43
-#### anyIsEntry( arr, property )
+#### anyIsEntryIn( arr, property, value )
44
+
45
46
Tests whether at least one element in a provided array has a specified own property key-value pair.
47
0 commit comments