ft_transcendence/pong/node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts
2023-05-02 19:15:50 +02:00

8 lines
337 B
TypeScript

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