UNPKG

329 BTypeScriptView Raw
1import type { Config } from '@jest/types';
2type JestPathMapping = Config.InitialOptions['moduleNameMapper'];
3export declare const pathsToModuleNameMapper: (mapping: import("typescript").MapLike<string[]>, { prefix, useESM }?: {
4 prefix?: string | undefined;
5 useESM?: boolean | undefined;
6}) => JestPathMapping;
7export {};