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