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

7 lines
282 B
TypeScript
Raw Normal View History

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 {};