UNPKG

@codechecks/type-coverage-watcher

Version:

Track missing type coverage in TypeScript projects to ensure type safety

4 lines (3 loc) 151 B
import { Options } from "./types"; export declare function typeCoverageWatcher(_options?: Options): Promise<void>; export default typeCoverageWatcher;