ts2kt

Results 2 comments of ts2kt

It's not related with this issue, but I post it here (don't know how to name it) ```typescript export function getter(_this: any, propertyValue: T | { (): T }): T;...

@Schahen such callable Interface don't work for me (or maybe I don't understand how to use it in Kotlin). I have such `d.ts`: ```typescript export interface Template { (): string;...