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 352 B
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