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 506 B
import { IStateUpdate, IValidationError } from "./interfaces"; export declare const getOperations: ({ stateInput, schemaEndpoint, serviceName, paths, }: IStateUpdate) => { operations: import("./interfaces").IOperationForStateUpdate[]; error?: string | undefined; }; export declare const chooseErrorFromList: (errList: (IValidationError | undefined)[]) => IValidationError | undefined; export declare const convertEndpointToWildcard: (endpoint: string) => string; //# sourceMappingURL=utils.d.ts.map