UNPKG
easysetcookie
Version:
latest (0.0.2)
0.0.2
0.0.1
做一个方便查看和设置cookie的项目
github.com/hblvsjtu/EasySetCookie
hblvsjtu/EasySetCookie
easysetcookie
/
server
/
src
/
index.js
10 lines
(8 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@file
index.js *
@author
hblvsjtu (hblvsjtu@163.com) *
@date
2019-10-06 10:54:51 *
@version
1.0.0 */
import
index
from
"./server"
;
export
default
index;