ts-unused-exports
Advanced tools
Changelog
[11.0.1] - 25 Nov 2024
Changelog
[11.0.0] - 25 Nov 2024
const result = {
"filePath1": { /* ... */ },
"filePath2": { /* ... */ },
/* ... */
unusedFiles: { /* ... */ },
};
const result = {
unusedExports: {
"filePath1": { /* ... */ },
"filePath2": { /* ... */ },
/* ... */
},
unusedFiles: [ "filePath1", "filePath2", /*"..."*/ ]
};