github-pages-deploy-action/node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts
2020-03-31 08:42:07 -04:00

6 lines
205 B
TypeScript

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