Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export function slash(...paths: string[]) { return paths.length > 1 ? _slash(join(...paths)) : _slash(paths[0]); }
Convert Windows backslash paths to slash paths