zack
feat: πŸš€ Update Chat-nFace configurations
a053984
raw
history blame
No virus
125 Bytes
module.exports = {
trueFunc: function trueFunc(){
return true;
},
falseFunc: function falseFunc(){
return false;
}
};