pzavolinsky / ts-unused-exports

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

Fix to support destructured exports like 'export const { a, b }' #120

Closed mrseanryan closed 4 years ago

mrseanryan commented 4 years ago

Fix to support destructured exports like 'export const { a, b }'

Fixes #119

mrseanryan commented 4 years ago

@pzavolinsky I think this is good to go.

travis works OK on the pull request 🤔