mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
14 lines
190 B
JavaScript
14 lines
190 B
JavaScript
/**
|
|
* 文件Session
|
|
* @return {[type]} [description]
|
|
*/
|
|
module.exports = Session(function(){
|
|
return {
|
|
get: function(){
|
|
|
|
},
|
|
set: function(){
|
|
|
|
}
|
|
}
|
|
}) |