File size: 154 Bytes
fea495a
 
 
 
 
1
2
3
4
5
export function encodeURIPath(file) {
    return file.split('/').map((p)=>encodeURIComponent(p)).join('/');
}

//# sourceMappingURL=encode-uri-path.js.map