hexo/node_modules/boolbase/index.js

8 lines
132 B
JavaScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
module.exports = {
trueFunc: function trueFunc(){
return true;
},
falseFunc: function falseFunc(){
return false;
}
2023-09-25 15:58:56 +08:00
};