7ad2aa66bb
Co-authored-by: tbarnes94 <tbarnes94@users.noreply.github.com>
5 lines
205 B
TypeScript
5 lines
205 B
TypeScript
export declare const pathsToModuleNameMapper: (mapping: import("typescript").MapLike<string[]>, { prefix }?: {
|
|
prefix?: string | undefined;
|
|
}) => {
|
|
[key: string]: string | string[];
|
|
} | undefined;
|