9 lines
212 B
TypeScript
9 lines
212 B
TypeScript
/**
|
|
*
|
|
* @param path string
|
|
* @returns string
|
|
*
|
|
* This function converts Windows paths to Unix paths.
|
|
*/
|
|
export default function unixifyPaths(path: string): string;
|
|
//# sourceMappingURL=unixifyPaths.d.ts.map
|