Files
talk-pro/node_modules/boolbase/index.js
2026-05-12 16:16:03 +08:00

8 lines
125 B
JavaScript

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