Member Junction
    Preparing search index...
    interface CompiledValidator {
        description: string;
        severity: "critical" | "high" | "medium" | "low";
        validateFn: (ast: File, path: any, t: __module, context: any) => any;
    }
    Index

    Properties

    description: string
    severity: "critical" | "high" | "medium" | "low"
    validateFn: (ast: File, path: any, t: __module, context: any) => any