(path: string, URL = 'URL')
| 24 | } |
| 25 | |
| 26 | const getResolveUrl = (path: string, URL = 'URL') => `new ${URL}(${path}).href`; |
| 27 | |
| 28 | const getRelativeUrlFromDocument = (relativePath: string, umd = false) => |
| 29 | getResolveUrl( |
no outgoing calls
no test coverage detected