UNPKG

unmock-core

Version:

[![npm](https://img.shields.io/npm/v/unmock-core.svg)][npmjs] [![CircleCI](https://circleci.com/gh/unmock/unmock-js.svg?style=svg)](https://circleci.com/gh/unmock/unmock-js) [![codecov](https://codecov.io/gh/unmock/unmock-js/branch/dev/graph/badge.svg)](h

7 lines 422 B
import { Dereferencer, IStateInputGenerator, Operation, Schema } from "../interfaces"; import { IValidationError } from "./interfaces"; export declare const getValidStatesForOperationWithState: (operation: Operation, state: IStateInputGenerator, deref: Dereferencer) => { responses: Record<string, Record<string, Schema>> | undefined; error: IValidationError | undefined; }; //# sourceMappingURL=validator.d.ts.map