Vinyl
Preparing search index...
@amzn/vinyl-util
NonFunctionPropertyNames
Type Alias NonFunctionPropertyNames<T>
NonFunctionPropertyNames
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
(
...
args
:
any
)
=>
any
?
never
:
K
}
[
keyof
T
]
Property keys of an object that do not map to functions.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Vinyl
Loading...
Property keys of an object that do not map to functions.