UNPKG

resolve-tspaths

Version:

Transform path mappings in your compiled Typescript code

10 lines (9 loc) 290 B
/** * Normalize paths to resolve issues with paths on Windows. * * @see https://github.com/benyap/resolve-tspaths/pull/20 * @see https://github.com/benyap/resolve-tspaths/pull/174 * * @param path The path to normalize. */ export declare function normalizePath(path: string): string;