UNPKG

jest-mock-extended

Version:
7 lines (6 loc) 274 B
import { CalledWithMock } from './Mock'; import type { FunctionLike } from 'jest-mock'; export declare const calledWithFn: <T extends FunctionLike>({ fallbackMockImplementation, }?: { fallbackMockImplementation?: T; }) => CalledWithMock<T>; export default calledWithFn;