UNPKG

ts-jest

Version:

A preprocessor with source maps support to help use TypeScript with Jest

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