pzavolinsky / ts-unused-exports

ts-unused-exports finds unused exported symbols in your Typescript project
MIT License
749 stars 49 forks source link

Support exports destructured from array #31

Closed emlai closed 4 years ago

emlai commented 6 years ago

Exports of the form export const [x, y, z] = ... are reported as unused even if the exported variables are imported.