TypedMatcher<T>: Matcher & {
    validatedType?: T;
}

Type Parameters

  • T

Type declaration

  • Optional validatedType?: T