UNPKG

preact-material-components

Version:
10 lines (8 loc) 198 B
import { URIComponents, URIOptions } from "../uri"; import http from "./http"; export default { scheme : "https", domainHost : http.domainHost, parse : http.parse, serialize : http.serialize }