@samatawy/rules
    Preparing search index...

    Interface GeneralReaderResult

    interface GeneralReaderResult {
        read: number;
        passed: number;
        failed: number;
        rules: AbstractRule[];
        functions: Record<string, FunctionDefinition>;
        types: Record<string, RootType>;
        constants: Record<string, any>;
        errors: string[];
    }
    Index

    Properties

    read: number
    passed: number
    failed: number
    rules: AbstractRule[]
    functions: Record<string, FunctionDefinition>
    types: Record<string, RootType>
    constants: Record<string, any>
    errors: string[]