UNPKG
surfactant
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Generate soap client interface from wsdl
github.com/iketiunn/surfactant
iketiunn/surfactant
surfactant
/
dist
/
index.d.ts
3 lines
(2 loc)
•
153 B
TypeScript
View Raw
1
2
3
import
*
as
soap
from
"soap"
;
export
declare
function
genAsyncMethodInterface
(
url
:
string
,
options
?: soap.
IOptions
,
endpoint
?:
string
):
Promise
<
string
>;