UNPKG

typecov

Version:

Track type coverage in TypeScript projects to ensure type safety

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