mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-09 14:06:56 +00:00
5 lines
205 B
TypeScript
5 lines
205 B
TypeScript
export declare const pathsToModuleNameMapper: (mapping: import("typescript").MapLike<string[]>, { prefix }?: {
|
|
prefix?: string | undefined;
|
|
}) => {
|
|
[key: string]: string | string[];
|
|
} | undefined;
|