Update readme.md

Co-authored-by: Giora Guttsait <giora111@gmail.com>
This commit is contained in:
PopGoesTheWza 2021-09-09 21:54:06 +02:00 committed by GitHub
parent d91843b089
commit d0071ffe6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -430,7 +430,7 @@ 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`.)
Returns `true` if `value` can be used as an object property key (either `string`, `number`, or `symbol`).
##### .any(predicate | predicate[], ...values)