mirror of
https://github.com/ncipollo/release-action
synced 2026-09-14 20:13:22 +00:00
8 lines
288 B
TypeScript
8 lines
288 B
TypeScript
import type { Config } from '@jest/types';
|
|
import type { TsJestPresets } from '../types';
|
|
interface CreateJestPresetOptions {
|
|
allowJs?: boolean;
|
|
}
|
|
export declare function createJestPreset({ allowJs }?: CreateJestPresetOptions, from?: Config.InitialOptions): TsJestPresets;
|
|
export {};
|