UNPKG

url-shim

Version:

A 1.53kB browser polyfill for the Node.js `URL` and `URLSearchParams` classes

3 lines (2 loc) 77 B
import { URL, URLSearchParams } from 'url'; export { URL, URLSearchParams };