paths-to-module-name-mapper.d.ts 194 B

12345
  1. export declare const pathsToModuleNameMapper: (mapping: import("typescript").MapLike<string[]>, { prefix }?: {
  2. prefix?: string | undefined;
  3. }) => {
  4. [key: string]: string;
  5. } | undefined;