ValueMatcher: MatchOptions & {
    __value?: V;
    codes: StatusCodePredicate;
    enc: Encoding;
    sse?: SseOptions;
}

Type Parameters

  • V