Kotlin / ts2kt

ts2kt is officially deprecated, please use https://github.com/Kotlin/dukat instead. // Converter of TypeScript definition files to Kotlin external declarations
Apache License 2.0
316 stars 26 forks source link

Add 'Type' class and use it instead of String #31

Closed epabst closed 8 years ago

epabst commented 8 years ago

This is a subset of https://github.com/bashor/ts2kt/pull/27 with suggested fixes.

bashor commented 8 years ago

@epabst, thanks for the contribution!