UNPKG

codecheck-type-coverage

Version:

Track missing type coverage in TypeScript projects to ensure type safety

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