danprince / zaphod

🌌 Clojure's API for JavaScript's Objects
https://zaphod.surge.sh
MIT License
54 stars 1 forks source link

add Typescript definitions for zaphod/compat #24

Open nahuel opened 7 years ago

nahuel commented 7 years ago

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.

danprince commented 7 years ago

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

johanholmerin commented 3 years ago

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