UNPKG
mns-node-sdk
Version:
alpha (1.0.6-alpha.3)
latest (1.0.6)
1.0.6
1.0.6-alpha.3
1.0.6-alpha.2
1.0.6-alpha.1
1.0.6-alpha
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
0.9.9
0.9.0
unofficial sdk for Aliyun mns
github.com/iftechio/mns-nodejs-sdk
iftechio/mns-nodejs-sdk
mns-node-sdk
/
dist
/
index.js
7 lines
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
client_1 =
require
(
"./lib/client"
);
exports
.
Client
= client_1.
default
;
const
Types
=
require
(
"./lib/types"
);
exports
.
Types
=
Types
;
//# sourceMappingURL=index.js.map