Files
setup-helm/node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts

7 lines
282 B
TypeScript
Raw Normal View History

2022-06-27 14:17:15 -04:00
import type { Config } from '@jest/types';
declare type JestPathMapping = Config.InitialOptions['moduleNameMapper'];
export declare const pathsToModuleNameMapper: (mapping: import("typescript").MapLike<string[]>, { prefix }?: {
prefix: string;
}) => JestPathMapping;
export {};