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

4 lines 342 B
export { ServiceSpy } from "./service/spy"; export { ISerializedRequest as Request, ISerializedRequest as UnmockRequest, ISerializedResponse as UnmockResponse, ServiceStoreType as UnmockServices, } from "./interfaces"; export { IService as UnmockService, IService as Service, } from "./service/interfaces"; //# sourceMappingURL=types.d.ts.map