mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-08 21:46:55 +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;
|