UNPKG

222 BTypeScriptView Raw
1import type { Config } from '@jest/types';
2import type { TsJestPresets } from '../types';
3export declare function createJestPreset(legacy?: boolean, allowJs?: boolean, extraOptions?: Config.InitialOptions): TsJestPresets;