/
websites
/
test-project
/
node_modules
/
boolbase
/
Upload File
HOME
module.exports = { trueFunc: function trueFunc(){ return true; }, falseFunc: function falseFunc(){ return false; } };