zaphod icon indicating copy to clipboard operation
zaphod copied to clipboard

add Typescript definitions for zaphod/compat

Open nahuel opened this issue 9 years ago • 2 comments

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.

nahuel avatar Dec 03 '16 14:12 nahuel

Can't say I've used TypeScript much, but this seems like a good idea. What are the rough steps towards making this happen?

danprince avatar Dec 04 '16 18:12 danprince

For those that are interested, I've created a fork of Zaphod named Tsaphod, with TypeScript support and without the seemingly dead bind operator.

johanholmerin avatar May 09 '21 20:05 johanholmerin