Slides / VideoIntermediate
Callable and Constructable Interfaces
Interfaces can describe functions with call signatures and classes with construct signatures using the new keyword.
1 / 6
Interfaces can describe functions with call signatures and classes with construct signatures using the new keyword.