毕设专用git仓库

8 lines
125 B

2 months ago
module.exports = {
trueFunc: function trueFunc(){
return true;
},
falseFunc: function falseFunc(){
return false;
}
};