summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/boolbase/index.js
blob: 8799fd95dbe31a85c48b956eb19f3625da9f8fb1 (plain)
1
2
3
4
5
6
7
8
module.exports = {
	trueFunc: function trueFunc(){
		return true;
	},
	falseFunc: function falseFunc(){
		return false;
	}
};