unmock-core
Version:
[][npmjs] [](https://circleci.com/gh/unmock/unmock-js) [](h
6 lines • 330 B
TypeScript
import { IListenerInput } from "../../interfaces";
import { ISnapshotWriterReader } from "./snapshot-writer-reader";
export declare const unmockSnapshot: (writer: ISnapshotWriterReader) => (this: import("expect/build/types").MatcherState, obj: IListenerInput) => {
pass: boolean;
};
//# sourceMappingURL=expect-extend.d.ts.map