backoffice/node_modules/CSSselect/lib/basefunctions.js

8 lines
125 B
JavaScript
Raw Normal View History

2020-02-06 10:09:39 +00:00
module.exports = {
trueFunc: function trueFunc(){
return true;
},
falseFunc: function falseFunc(){
return false;
}
};