UNPKG
dpd
Version:
latest (0.3.1-beta)
0.3.1-beta
0.3.0-beta
0.2.15-beta
0.2.14-beta
0.2.13-beta
0.2.12-beta
0.2.11-beta
0.2.1-beta
0.1.1-beta
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
DPD API for Node.js
github.com/izatop/dpd
izatop/dpd
dpd
/
services
/
soap.d.ts
4 lines
•
217 B
TypeScript
View Raw
1
2
3
4
declare
module
"soap"
{
export
function
createClient
(
params
:
any
,
callback
:(error, client:
any
) =>
void
):
any
;
export
function
createClient
(
params
:
any
,
options
:
any
,
callback
:(error, client:
any
) =>
void
):
any
; }