UNPKG

winrm-client

Version:
3 lines (2 loc) 199 B
import { SoapEnvelope } from '../types'; export declare function sendHttp<T extends SoapEnvelope>(data: string, host: string, port: number, path: string, auth: string, timeout?: number): Promise<T>;