Files
tryno10/app/code/node_modules/boolbase/index.js
T
2022-04-07 18:09:31 +05:30

8 lines
125 B
JavaScript

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