paulmillr / readdirp

Recursive version of fs.readdir with streaming api.
https://paulmillr.com
MIT License
382 stars 54 forks source link

fix: typing #104

Closed ChristianMurphy closed 5 years ago

ChristianMurphy commented 5 years ago

ensure EntryInfo, ReadDirpOptions, and ReadDirpStream are exported so downstream typings can leverage them. Add dtslint to test process to ensure typings work as expected.

resolves https://github.com/gitsome/json-schema-validators-typscript-interfaces/issues/14#issuecomment-536014882