install-nix-action/node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts
Domen Kožar 49df04613e
v7
2020-02-24 13:29:22 +01:00

5 lines
194 B
TypeScript

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