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 8fe3df7 commit 26dfe93Copy full SHA for 26dfe93
README.md
@@ -1474,7 +1474,7 @@ const isObjectKeys: IsObjectKeys = <Type = object>(
1474
1475
| Name/Type | Description |
1476
| :----------------------------------------- | :------------------------------------------------------------------------------------------ |
1477
-| value:<br>`any` | `any` | Any `value` to check if it contains **some** of the specified `keys` |
+| value:<br>`any` | Any `value` to check if it contains **some** of the specified `keys` |
1478
| ...keys:<br>[`Key`][key] \| [`Key[]`][key] | A rest parameter [`Key`][key] type or an array of [`Key`][key] type to check in the `value` |
1479
1480
**Return type:**
0 commit comments