UNPKG

next

Version:

The React Framework

5 lines (4 loc) 154 B
export function encodeURIPath(file) { return file.split('/').map((p)=>encodeURIComponent(p)).join('/'); } //# sourceMappingURL=encode-uri-path.js.map