UNPKG

denoify

Version:

For NPM module authors that would like to support Deno but do not want to write and maintain a port.

4 lines (3 loc) 119 B
export function toPosix(potentiallyWin32Path: string): string { return potentiallyWin32Path.replace(/\\/g, "/"); }