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

9 lines 463 B
import { IBackend, IUnmockOptions } from "./interfaces"; import { UnmockOptions } from "./options"; import * as mw from "./service/state/middleware"; export { UnmockOptions } from "./options"; export * from "./interfaces"; export * from "./generator"; export declare const unmock: (baseOptions: UnmockOptions, backend: IBackend) => (maybeOptions?: IUnmockOptions | undefined) => any; export declare const middleware: typeof mw; //# sourceMappingURL=index.d.ts.map