UNPKG

@jsenv/util

Version:

Set of functions often needed when using Node.js.

2 lines (1 loc) 84 B
export const replaceBackSlashesWithSlashes = (string) => string.replace(/\\/g, "/")