UNPKG

@n1k1t/unit-generator

Version:

Coverage based unit tests AI generator

10 lines 230 B
import { LlmToolCompiler } from './model'; declare const _default: LlmToolCompiler<{ input: { pattern: string; }; output: string; options: {}; }>; export default _default; //# sourceMappingURL=glob.d.ts.map