UNPKG

url-path

Version:

Adaptation of the WHATWG URL API for absolute paths

10 lines (9 loc) 188 B
'use strict'; if (typeof window === 'undefined') { module.exports = require('url'); } else { module.exports = { URL: window.URL, URLSearchParams: window.URLSearchParams }; }