UNPKG

@samiyev/guardian

Version:

Research-backed code quality guardian for AI-assisted development. Detects hardcodes, secrets, circular deps, framework leaks, entity exposure, and 9 architecture violations. Enforces Clean Architecture/DDD principles. Works with GitHub Copilot, Cursor, W

6 lines 545 B
export declare const DTO_SUFFIXES: readonly ["Dto", "DTO", "Request", "Response", "Command", "Query", "Result"]; export declare const PRIMITIVE_TYPES: readonly ["string", "number", "boolean", "void", "any", "unknown", "null", "undefined", "object", "never"]; export declare const NULLABLE_TYPES: readonly ["null", "undefined"]; export declare const TEST_FILE_EXTENSIONS: readonly [".test.", ".spec."]; export declare const TEST_FILE_SUFFIXES: readonly [".test.ts", ".test.js", ".spec.ts", ".spec.js"]; //# sourceMappingURL=type-patterns.d.ts.map