github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.8.4
@oazmi/kitchensink
typedefs
PrototypeOf
Type Alias PrototypeOf<CLS, Args>
Prototype
Of
<
CLS
,
Args
>
:
CLS
extends
(
new
(
...
args
:
any
[]
)
=>
U
)
?
U
:
never
get the prototype object of a class
CLS
Type Parameters
CLS
Args
extends
any
[]
=
any
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.8.4
Loading...
get the prototype object of a class
CLS