avinassh / gg-flip

Highly performant Javascript library to flip the signs
https://avi.im/gg-flip/
MIT License
190 stars 5 forks source link

Typescript support #3

Open tocttou opened 6 years ago

tocttou commented 6 years ago

First of all, thank you for the amazing lib.js. Its highly readable and uses the switch case optimization done by V8. I really want to use it with a typescript binding for each of the switch cases (for better code completion and increased IDE perf / second). Any chance this can be picked up?

avinassh commented 6 years ago

Typescript is under work, but for now you can use GaS.

tocttou commented 6 years ago

Thank you. Let me know if you want me to take this forward.

avinassh commented 6 years ago

Yes, feel free to send a PR 😄