binarykitchen / find-remove

recursively finds files by filter options from a start directory onwards and deletes these. useful if you want to clean up a directory in your node.js app.
https://npmjs.org/package/find-remove
61 stars 19 forks source link

Add ts declaration file for the package, So that developers can conveniently use it with typescript. #22

Closed redeyes420420 closed 4 years ago

redeyes420420 commented 4 years ago

Now, it can be solved with // @ts-ignore before the import line.

binarykitchen commented 4 years ago

alright, i've just added that line and published that within v2.0.1

but in theory even that @ts-ignore line can be suppressed with https://palantir.github.io/tslint/rules/ban-ts-ignore/