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

3 lines 361 B
export declare const ORM_QUERY_METHODS: readonly ["findOne", "findMany", "findFirst", "findAndCountAll", "insert", "insertMany", "insertOne", "updateOne", "updateMany", "deleteOne", "deleteMany", "select", "query", "execute", "run", "exec", "aggregate"]; export type OrmQueryMethod = (typeof ORM_QUERY_METHODS)[number]; //# sourceMappingURL=orm-methods.d.ts.map