Files
pyrofetes-frontend/node_modules/boolbase/index.js
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

8 lines
125 B
JavaScript

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