Markupless Documentation - v0.4.3
    Preparing search index...

    Function validate

    • Runs a list of validators against a value.

      Type Parameters

      • T

      Parameters

      • value: T

        The value to validate.

      • validators: Validator<T>[]

        Array of validator functions.

      Returns string[]

      Array of error messages (empty if valid).