fread-ink / epub-cfi-resolver

A simple parser, resolver and generator for the EPUB-CFI format
GNU Affero General Public License v3.0
19 stars 3 forks source link

Typescript support #6

Closed mbret closed 3 years ago

mbret commented 3 years ago

Would you be interested in supporting typescript ?

Juul commented 3 years ago

I'm not sure what you mean by that?

mbret commented 3 years ago

Basically either writing the code in typescript or providing a typedef

Juul commented 3 years ago

If there is a way to add this type information in some extra file that doesn't add any typescript to the existing code then that would be fine. If you're talking about adding turning this project into something that has to be "compiled" from typescript to javascript in order to run in a browser then I'm not interested.