UNPKG

surfactant

Version:

Generate soap client interface from wsdl

3 lines (2 loc) 153 B
import * as soap from "soap"; export declare function genAsyncMethodInterface(url: string, options?: soap.IOptions, endpoint?: string): Promise<string>;