UNPKG

mst-server-common2

Version:
1 lines 95 B
let e="hello";module.exports={getSecretKey:function(){return e},setSecretKey:function(t){e=t}};