2023-05-16 10:50:42 +08:00

8 lines
125 B
JavaScript
Executable File

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