Skip to content

Commit 8fe3df7

Browse files
docs(README.md): fix table
1 parent 5c6cdac commit 8fe3df7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,10 +1472,10 @@ const isObjectKeys: IsObjectKeys = <Type = object>(
14721472

14731473
**Parameters:**
14741474

1475-
| Name/Type | Description |
1476-
| :------------------------ | :------------------------------------------------------------------------------------------ |
1477-
| value:<br>`any` | Any `value` to check if it contains **some** of the specified `keys` |
1478-
| ...keys:<br>[`Key`][key] \| A rest parameter [`Key`][key] type or an array of [`Key`][key] type to check in the `value` |
1475+
| Name/Type | Description |
1476+
| :----------------------------------------- | :------------------------------------------------------------------------------------------ |
1477+
| value:<br>`any` | `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` |
14791479

14801480
**Return type:**
14811481

0 commit comments

Comments
 (0)