Files
julia-runtest/node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts
David Anthoff c0c6ce37ca Add node deps
2019-09-14 21:05:22 -07:00

6 lines
194 B
TypeScript

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