mde / true

A JavaScript port of the Unix utility 'true'. Returns the Boolean value `true`
101 stars 26 forks source link

Add type declarations + JSDoc #30

Open zsakowitz opened 3 years ago

zsakowitz commented 3 years ago

I use this module often and I think that it would be useful for TypeScript developers to have type declarations. I also have a PR in mde/false to add type declarations there.