UNPKG

jest-mock-extended

Version:
6 lines (5 loc) 242 B
import { CalledWithMock } from './Mock'; export declare const calledWithFn: <T, Y extends any[]>({ fallbackMockImplementation, }?: { fallbackMockImplementation?: (...args: Y) => T; }) => CalledWithMock<T, Y>; export default calledWithFn;