UNPKG

@n1k1t/unit-generator

Version:

Coverage based unit tests AI generator

12 lines 303 B
import { LlmToolCompiler } from './model'; declare const _default: LlmToolCompiler<{ input: { pattern: string; path?: string | undefined; include?: string | undefined; }; output: string; options: {}; }>; export default _default; //# sourceMappingURL=grep.d.ts.map