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

11 lines 368 B
import { IService, IServiceCore, StateType } from "./interfaces"; import { ServiceSpy } from "./spy"; export declare class Service implements IService { private readonly core; readonly state: StateType; readonly spy: ServiceSpy; constructor(core: IServiceCore); reset(): void; private updateDefaultState; } //# sourceMappingURL=service.d.ts.map