soldair / node-walkdir

Walk a directory tree emitting events based on the contents. API compatable with node-findit. Walk a tree of any depth. Fast! Handles permission errors. Stoppable. windows support. Pull requests are awesome. watchers are appreciated.
MIT License
131 stars 22 forks source link

added typescript module declaration #37

Closed DamonOehlman closed 5 years ago

DamonOehlman commented 5 years ago

I implemented these for use in a personal project and they seem to be doing the job, so might be a good start for satisfying #35. Obviously happy to fix anything that is out of sync with the actual API. Didn't do much spelunking through the actual code, but tried to implement a complete set of bindings based on the documented API.

soldair commented 5 years ago

thanks so much! If you have time it would be really great to add a typescript test. i'd like to have at least one before i release it. But if you don't, no worries.

DamonOehlman commented 5 years ago

@soldair sure thing - I'll write myself a note. Should be able to get to it in the next few days.