UNPKG
ddnsman
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
DDNS Management
github.com/wenwei1202/dnspod-ddns
wenwei1202/dnspod-ddns
ddnsman
/
dist
/
index.js
5 lines
(4 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
DnsPodClient
_1 =
require
(
"./lib/DnsPodClient"
);
exports
.
DnsPodClient
=
DnsPodClient
_1.
DnsPodClient
;