Type Alias RuleFunction<T>

RuleFunction<T>: ((arg: T) => boolean | string)

Type Parameters

  • T