unmock-core
Version:
[][npmjs] [](https://circleci.com/gh/unmock/unmock-js) [](h
10 lines • 394 B
TypeScript
import { codeToMedia, HTTPMethod, Operation } from "../interfaces";
import { IStateUpdate } from "./interfaces";
export declare class State {
private state;
update(stateUpdate: IStateUpdate): void;
getState(method: HTTPMethod, endpoint: string, operation: Operation): codeToMedia | undefined;
reset(): void;
private updateStateInternal;
}
//# sourceMappingURL=state.d.ts.map