UNPKG

httpyac

Version:

HTTP/REST CLI Client for *.http files

6 lines (5 loc) 199 B
import { TestPredicate } from './testPredicate'; export declare class EndsWithPredicate implements TestPredicate { readonly id: string[]; match(value: unknown, expected: unknown): boolean; }