Type Alias: ClassMethodType()<This>
Type Alias: ClassMethodType()<This>
type ClassMethodType<This> = (this, ...args) => any;
ClassMethodType Type.
Represents a method type within a class, with a specific context.
Type Parameters
This
This
= unknown
Parameters
this
This
args
...any
[]
Returns
any