peterolson / BigInteger.js

An arbitrary length integer library for Javascript
The Unlicense
1.12k stars 187 forks source link

Flow type definitions? #117

Closed rodya-mirov closed 6 years ago

rodya-mirov commented 6 years ago

I see there are typescript definitions for this module, but no flow type definitions. Would it be possible to add some? They should be extremely similar to the typescript ones.

If there is interest but no time I can try to do it myself, but I am new to all of this.

peterolson commented 6 years ago

If you open a pull request for this I'll add it in, but I probably won't add it myself since I've never used Flow before.