Type alias Validator<T>

Validator<T>: ((input) => Validated<T>)

Type Parameters

  • T

    The validated type

Type declaration