tvdstaaij / node-git-describe

Git describe information at runtime, with semver support
36 stars 5 forks source link

Typescript types #16

Closed TimothyJones closed 2 years ago

TimothyJones commented 3 years ago

First off, thank you for this excellent package!

Would you be interested in typescript types? I've just put some together so I can use it for a project I am working on - options include:

1) Making a PR to convert the repo to typescript so that types are automatically generated 2) Making a PR with manually created type definitions to https://github.com/DefinitelyTyped/DefinitelyTyped so that users can npm install --save-dev @types/git-describe 3) Making a PR to include manually created type definitions here

I'm happy to do any of those options as you like, if you would be happy to see this happen.