gitkit-js icon indicating copy to clipboard operation
gitkit-js copied to clipboard

Please provide TypeScript definitions for the library

Open RReverser opened this issue 9 years ago • 1 comments

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.

RReverser avatar Jun 25 '16 20:06 RReverser

I'd like to use flow and have a prepublish/build script to:

  1. Generate clean JS (without flow definitions)
  2. Generate TypeScript definitions file

Do you know any solution to generates TypeScript definitions from flow? (I've never used any of them before).

SamyPesse avatar Jun 26 '16 14:06 SamyPesse