UNPKG

httpyac

Version:

HTTP/REST CLI Client for *.http files

7 lines (6 loc) 233 B
import { TestPredicate } from './testPredicate'; export declare class MatchesPredicate implements TestPredicate { readonly id: string[]; readonly noAutoConvert = true; match(value: unknown, expected: unknown): boolean; }