(s)
| 31239 | const createDeepLinkPath = (s) => |
| 31240 | 'string' == typeof s || s instanceof String ? s.trim().replace(/\s/g, '%20') : '', |
| 31241 | escapeDeepLinkPath = (s) => Et()(createDeepLinkPath(s).replace(/%20/g, '_')), |
| 31242 | isExtension = (s) => /^x-/.test(s), |
| 31243 | getExtensions = (s) => |
| 31244 | ze.Map.isMap(s) |
no test coverage detected