@vinejs/vine - v4.0.0-next.1
    Preparing search index...

    Variable VALIDATIONConst

    VALIDATION: typeof VALIDATION = ...

    The symbol to generate a validation rule from rule builder. Used by rule builders to convert themselves into validation rules.

    class MinLengthRule {
    [VALIDATION]() {
    return { rule: minLengthRule, options: this.length }
    }
    }