ts-fortress
Preparing search index...
record/keyof
keyof
Function keyof
keyof
<
const
R
extends
UnknownRecord
>
(
recordType
:
Type
<
R
>
,
options
?:
Partial
<
Readonly
<
{
typeName
:
string
}
>
>
,
)
:
KeyofType
<
R
>
Type Parameters
const
R
extends
UnknownRecord
Parameters
recordType
:
Type
<
R
>
Optional
options
:
Partial
<
Readonly
<
{
typeName
:
string
}
>
>
Returns
KeyofType
<
R
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-fortress
Loading...