Support for interfaces
It took a lot of time but... looks like we've got support for interfaces π
Simply use generic type for mock
function and omit argument for it:
let mockedInterface: MyInterface = mock<MyInterface>();
Great thanks for @johanblumenberg who created first implementation and pushed me to support interfaces. Thanks for your patience.