FabienDanieau's picture
first commit
2434dca
raw
history blame
125 Bytes
module.exports = {
trueFunc: function trueFunc(){
return true;
},
falseFunc: function falseFunc(){
return false;
}
};