ts2kt

Results 1 issues of ts2kt

```typescript export interface SomeInterface { (x: any, y: any): boolean; } ``` produce: ```kotlin external interface SomeInterface { @nativeInvoke // 'nativeInvoke' is deprecated. Use inline extension function with body using...