mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-17 18:32:19 +08:00
6 lines
300 B
TypeScript
6 lines
300 B
TypeScript
import type _ts from 'typescript';
|
|
import type { TsCompilerInstance } from '../types';
|
|
export declare const version = 4;
|
|
export declare const name = "hoist-jest";
|
|
export declare function factory({ configSet }: TsCompilerInstance): (ctx: _ts.TransformationContext) => _ts.Transformer<_ts.SourceFile>;
|