UNPKG

@metamask/snaps-simulation

Version:

A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment

9 lines 401 B
import type { RunSagaFunction } from "../../store/index.mjs"; /** * Get a method that can be used to track an error. * * @param runSaga - A function to run a saga outside the usual Redux flow. * @returns A method that can be used to track an error. */ export declare function getTrackErrorImplementation(runSaga: RunSagaFunction): (error: Error) => any; //# sourceMappingURL=track-error.d.mts.map