Files
Arbitrate-FrontendH5/node_modules/boolbase/index.js
T

8 lines
125 B
JavaScript
Raw Normal View History

2024-01-18 10:46:33 +08:00
module.exports = {
trueFunc: function trueFunc(){
return true;
},
falseFunc: function falseFunc(){
return false;
}
};