UNPKG

@yoroi/common

Version:
7 lines (6 loc) 156 B
"use strict"; export function getBasePath(fullURL) { const url = new URL(fullURL); return url.origin + url.pathname; } //# sourceMappingURL=urls.js.map