gitkit-js
gitkit-js copied to clipboard
Please provide TypeScript definitions for the library
Library looks really cool, but given the size of the API (and lack of docs), it could be extremely helpful to have TypeScript definitions that editors could use for suggestions on the method names, types etc.
I'd like to use flow and have a prepublish/build script to:
- Generate clean JS (without flow definitions)
- Generate TypeScript definitions file
Do you know any solution to generates TypeScript definitions from flow? (I've never used any of them before).