unmock-core
Version:
[][npmjs] [](https://circleci.com/gh/unmock/unmock-js) [](h
9 lines • 463 B
TypeScript
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