File: index.js

package info (click to toggle)
node-boolbase 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 72 kB
  • sloc: makefile: 2; sh: 2
file content (8 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
module.exports = {
	trueFunc: function trueFunc(){
		return true;
	},
	falseFunc: function falseFunc(){
		return false;
	}
};