mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-14 18:57:58 +00:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
module.exports = {
|
|
trueFunc: function trueFunc(){
|
|
return true;
|
|
},
|
|
falseFunc: function falseFunc(){
|
|
return false;
|
|
}
|
|
}; |