UNPKG

lesca-http2https

Version:

redirect url to SSL

6 lines (5 loc) 162 B
declare const toHttps: () => void; declare const toHttp: () => void; declare const Http2https: () => void; export { toHttp, toHttps }; export default Http2https;