UNPKG
ali-ons-sdk
Version:
latest (3.4.2)
3.4.2
3.4.1
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
2.0.5
Aliyun Open Notification Service Client
github.com/ali-sdk/ali-ons
ali-sdk/ali-ons
ali-ons-sdk
/
lib
/
store
/
index.js
6 lines
(4 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
exports
.
LocalFileOffsetStore
=
require
(
'./local_file'
);
exports
.
LocalMemoryOffsetStore
=
require
(
'./local_memory'
);
exports
.
RemoteBrokerOffsetStore
=
require
(
'./remote_broker'
);