UNPKG

@types/cypress-image-snapshot

Version:
7 lines (4 loc) 252 B
import { Options } from "./index.d"; declare function addMatchImageSnapshotCommand(nameOrOptions?: string | Options): void; declare function addMatchImageSnapshotCommand(name: string, options: Options): void; export { addMatchImageSnapshotCommand };