yuanchuan / node-watch

A wrapper and enhancements for fs.watch
https://npm.im/node-watch
MIT License
341 stars 44 forks source link

Add support for TypeScript #83

Closed baileyherbert closed 5 years ago

baileyherbert commented 5 years ago

This pull request:

Function signature:

image

Intellisense:

image

Each item is fully documented:

image

Full error checking:

image

yuanchuan commented 5 years ago

Thank you @baileyherbert !

I'm not a TypeScript user. Could anyone please help with reviewing these changes?

baileyherbert commented 5 years ago

No problem, @yuanchuan. In the mean time I have updated the PR with better screenshots and a more thorough explanation. Cheers!

yuanchuan commented 5 years ago

Merged, thanks!