UNPKG
easysetcookie
Version:
latest (0.0.2)
0.0.2
0.0.1
做一个方便查看和设置cookie的项目
github.com/hblvsjtu/EasySetCookie
hblvsjtu/EasySetCookie
easysetcookie
/
src
/
lib
/
constant.js
20 lines
(14 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/** * constants.js *
@authors
hblvsjtu (hblvsjtu@163.com) *
@date
2019-11-24 21:43:00 *
@version
0.0.1 */
const
EVENTS
=
{ };
const
ID
=
{ };
module
.
exports
= { EVENTS, ID };