lucagrulla / node-tail

The zero dependency Node.js module for tailing a file
https://www.lucagrulla.com/node-tail/
MIT License
467 stars 75 forks source link

Add TypeScript support #171

Open WandersonAlves opened 1 year ago

WandersonAlves commented 1 year ago

Hey, nice project!

I was playing with that, and I think I got to a nice initial TS support. tail and test JS files were converted to TS files. Tests run directly from typescript

I put some notes inside the code for you to review it.

This should close #132

Thanks!