UNPKG

242 BTypeScriptView Raw
1import { CalledWithMock } from './Mock';
2export declare const calledWithFn: <T, Y extends any[]>({ fallbackMockImplementation, }?: {
3 fallbackMockImplementation?: (...args: Y) => T;
4}) => CalledWithMock<T, Y>;
5export default calledWithFn;