zaphod
zaphod copied to clipboard
add Typescript definitions for zaphod/compat
Typescript currently doesn't support the :: bind operator:
https://github.com/Microsoft/TypeScript/issues/3508
but is possible to use the zaphod/compat interface from TS and it will be very nice to add typings definitions for it.
Can't say I've used TypeScript much, but this seems like a good idea. What are the rough steps towards making this happen?
For those that are interested, I've created a fork of Zaphod named Tsaphod, with TypeScript support and without the seemingly dead bind operator.