doc: is.properyKey

This commit is contained in:
PopGoesTheWza 2021-09-07 13:54:11 +02:00
parent b8922dd378
commit 07ba63da4f
2 changed files with 5 additions and 0 deletions

View file

@ -428,6 +428,10 @@ Returns `true` if `value` is an even integer.
Returns `true` if `value` is an odd integer.
##### .propertyKey(value)
Returns `true` if `value` can be used as an object property key (either `string`, `number` or `symbol`.)
##### .any(predicate | predicate[], ...values)
Using a single `predicate` argument, returns `true` if **any** of the input `values` returns true in the `predicate`: