1
0
mirror of https://github.com/Azure/setup-helm.git synced 2026-07-11 18:51:38 +00:00
Files
setup-helm/node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts
T
2022-01-26 17:16:26 -05:00

6 lines
205 B
TypeScript

export declare const pathsToModuleNameMapper: (mapping: import("typescript").MapLike<string[]>, { prefix }?: {
prefix?: string | undefined;
}) => {
[key: string]: string | string[];
} | undefined;