UNPKG

@selfage/http_error

Version:
4 lines (3 loc) 158 B
import { HttpError } from "./error"; import { MatchFn } from "@selfage/test_matcher"; export declare function eqHttpError(expected: HttpError): MatchFn<any>;