UNPKG

tsro

Version:

TypeScript Remove Orphaned (tsro) is a CLI utility and library for TypeScript projects that detects and removes files containing invalid imports — imports that refer to nonexistent entities or nonexistent modules.

3 lines (2 loc) 68 B
export { tsro } from "./tsro.js"; export * from "./utils/error.js";