UNPKG

@contract-case/case-core-plugin-http

Version:

ContractCase core HTTP plugin, providing HTTP matchers and mocks

3 lines 232 B
import { MatchContext } from '@contract-case/case-plugin-base'; export declare const validateCodes: (codes: number | string | Array<number | string>, matchContext: MatchContext) => number; //# sourceMappingURL=codeValidator.d.ts.map