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

8 lines 504 B
import { Operation, Schema } from "../interfaces"; import { IStateUpdate } from "./interfaces"; export declare const filterStatesByOperation: (states: Record<string, Record<string, Schema>>[], operation: Operation) => Record<string, Record<string, Schema>>; export declare const getOperations: ({ stateInput, schemaEndpoint, serviceName, paths, }: IStateUpdate) => { operations: import("./interfaces").IOperationForStateUpdate[]; error?: string | undefined; }; //# sourceMappingURL=utils.d.ts.map