UNPKG

ice.fo.utils

Version:

7 lines (5 loc) 192 B
import path from 'path'; export default function normalizePath(value) { // Korean Windows PC has special sign as path slash return value.replace(new RegExp(`\\${path.sep}`, 'g'), '/'); }