UNPKG

resume-client-socket.io

Version:

Resume Client API for Socket.IO and Node.JS - Medical Speech to Summarized Text

10 lines (9 loc) 277 B
import { HttpPlugin } from './http'; export declare class HttpsPlugin extends HttpPlugin { constructor(); protected applyPatch(): any; private getPatchHttpsOutgoingRequest; protected applyUnpatch(): void; } declare const plugin: HttpsPlugin; export { plugin };