TypeScript Utils by Ian Macalinao
Preparing search index...
nonempty-array
typedObjectKeys
Function typedObjectKeys
typedObjectKeys
<
T
extends
Record
<
string
,
unknown
>
>
(
obj
:
T
,
)
:
NonEmptyArray
<
keyof
T
>
Type Parameters
T
extends
Record
<
string
,
unknown
>
Parameters
obj
:
T
Returns
NonEmptyArray
<
keyof
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
TypeScript Utils by Ian Macalinao
Loading...