UNPKG

@prismai/prism-ladle

Version:

Enhanced component development environment based on Ladle, with multi-project support

10 lines (8 loc) 161 B
/** * @param {string} path * @return {string} */ function cleanupWindowsPath(path) { return path.replace(/\\/g, "/"); } export default cleanupWindowsPath;