PAMapp/node_modules/ts-jest/dist/transformers/hoist-jest.d.ts
@@ -1,2 +1,5 @@ export declare const version = 1; import type _ts from 'typescript'; import type { TsCompilerInstance } from '../types'; export declare const version = 3; export declare const name = "hoist-jest"; export declare function factory({ configSet }: TsCompilerInstance): (ctx: _ts.TransformationContext) => _ts.Transformer<_ts.SourceFile>;