UNPKG

212 BTypeScriptView Raw
1/**
2 *
3 * @param path string
4 * @returns string
5 *
6 * This function converts Windows paths to Unix paths.
7 */
8export default function unixifyPaths(path: string): string;
9//# sourceMappingURL=unixifyPaths.d.ts.map
\No newline at end of file