Type Utils
Preparing search index...
Generics
ConstructorPropertyNames
Type Alias ConstructorPropertyNames<T>
ConstructorPropertyNames
:
{
[
P
in
keyof
T
]
:
T
[
P
]
extends
new
(
...
args
:
any
[]
)
=>
any
?
P
:
never
}
[
keyof
T
]
Type Parameters
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Type Utils
Loading...