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.

2 lines (1 loc) 93 B
export declare const formatCount: (count: number, singl: string, plural?: string) => string;