github-pages-deploy-action/node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts

6 lines
205 B
TypeScript
Raw Normal View History

2020-03-31 20:42:07 +08:00
export declare const pathsToModuleNameMapper: (mapping: import("typescript").MapLike<string[]>, { prefix }?: {
prefix?: string | undefined;
}) => {
[key: string]: string | string[];
} | undefined;