zanettin / incompose

A inferno utility belt for function components and higher-order components
MIT License
78 stars 12 forks source link

typescript types? #12

Open Kethku opened 7 years ago

Kethku commented 7 years ago

Noticed that infernojs was written in typescript and this project was referenced in the docs for infernojs, but when I searched I couldn't find any types for this project. Would be nice to have given the good support in the main library.

zanettin commented 7 years ago

Hi @Kethku

Thanks for your question. Incompose was first just an adoption of recompose for inferno. That's why all files are "pure" JS files. I have plans to change them to TS but unfortunately I can't give you a date till when I am able to port them.