UNPKG

@suites/doubles.jest

Version:
4 lines (3 loc) 178 B
import type { DeepPartial } from '@suites/types.common'; import type { Mocked } from './types'; export declare const mock: <T>(mockImplementation?: DeepPartial<T>) => Mocked<T>;