mirror of
https://github.com/Azure/setup-helm.git
synced 2026-07-11 18:51:38 +00:00
a517f2ff65
Co-authored-by: taakleton <taakleton@users.noreply.github.com>
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;
|