UNPKG

httpyac

Version:

HTTP/REST CLI Client for *.http files

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