install-nix-action/node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts
Domen Kožar 08403cd828
v5
2019-11-13 17:14:48 +01:00

5 lines
194 B
TypeScript

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