mirror of
https://github.com/Azure/setup-helm.git
synced 2025-10-19 17:16:33 +00:00
4 lines
212 B
TypeScript
4 lines
212 B
TypeScript
import type * as _ts from 'typescript';
|
|
import type { ConfigSet } from '../config/config-set';
|
|
export declare function factory(cs: ConfigSet): (ctx: _ts.TransformationContext) => _ts.Transformer<_ts.SourceFile>;
|