benjaminadk / gif-encoder-2

Encode GIFs with Node
The Unlicense
58 stars 18 forks source link

Add type defintions #3

Open tyrone-sudeium opened 4 years ago

tyrone-sudeium commented 4 years ago

Adds type definitions for TypeScript. This allows safer usage for any users writing their code in TypeScript. It also benefits regular JavaScript users as well, if they're using a supported editor like Visual Studio Code, since it will offer autocompletion hints.

If you absolutely do not want any TypeScript code in your repository, I'm happy to withdraw the PR and contribute it to DefinitelyTyped instead 😃