1
0
mirror of https://github.com/Azure/setup-helm.git synced 2026-07-09 09:41:37 +00:00
Files
github-actions[bot] 199ab446df v2 new release (#77)
2022-06-27 14:12:49 -04:00

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>;