unmock-core
Version:
[][npmjs] [](https://circleci.com/gh/unmock/unmock-js) [](h
8 lines • 352 B
TypeScript
import { CreateResponse, IListener, IUnmockOptions } from "./interfaces";
import { ServiceStore } from "./service/serviceStore";
export declare function responseCreatorFactory({ listeners, options, store, }: {
listeners?: IListener[];
options: IUnmockOptions;
store: ServiceStore;
}): CreateResponse;
//# sourceMappingURL=generator.d.ts.map