Open multimeric opened 2 years ago
Happy to switch over I think, but it's not a priority right now. I've tried flow-to-ts in the past, be never got it to quite work!
Sounds good, I'll try to have a look at porting it manually at some point. I can't get flow-to-ts
to work either, and it's quite a large file so manually porting isn't trivial.
Are there plans to rewrite this package using TypeScript instead of Flow? If so, I would love to help in any way I can!
I notice this package uses flow, so I wonder if, for each release, we could generate a
.d.ts
file using something like https://github.com/Khan/flow-to-ts, and then include that in the npm package. This would allow easy integration with typescript projects.