UNPKG

tdd-guard

Version:

TDD Guard enforces Test-Driven Development principles using Claude Code hooks

7 lines 308 B
import { z } from 'zod'; export declare const GuardConfigSchema: z.ZodObject<{ guardEnabled: z.ZodOptional<z.ZodBoolean>; ignorePatterns: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strip>; export type GuardConfig = z.infer<typeof GuardConfigSchema>; //# sourceMappingURL=guardSchemas.d.ts.map