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.

4 lines (3 loc) 130 B
export { tsro, type Config } from "./tsro.js"; export type { Logger } from "./types/logger.js"; export * from "./utils/error.js";