File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments