UNPKG

157 BTypeScriptView Raw
1import { IncomingMessage } from 'http';
2
3declare function isHTTPS(req: IncomingMessage, trustProxy?: Boolean): Boolean | undefined;
4
5export default isHTTPS;