supercat666's picture
fixed igv
a5f860b
raw
history blame
No virus
125 Bytes
module.exports = {
trueFunc: function trueFunc(){
return true;
},
falseFunc: function falseFunc(){
return false;
}
};