UNPKG

iso-url

Version:

Isomorphic/Universal WHATWG URL API with some support legacy node URL API

7 lines 340 B
import { URLWithLegacySupport } from "./src/url"; import { URLSearchParams } from "./src/url"; import { format } from "./src/url"; import relative = require("./src/relative"); import { defaultBase } from "./src/url"; export { URLWithLegacySupport as URL, URLSearchParams, format, relative, defaultBase }; //# sourceMappingURL=index.d.ts.map