Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/boolbase/index.js
2591 views
1
module.exports = {
2
trueFunc: function trueFunc(){
3
return true;
4
},
5
falseFunc: function falseFunc(){
6
return false;
7
}
8
};
9