UNPKG

httpyac

Version:

HTTP/REST CLI Client for *.http files

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