0.0.4 • Published 12 years ago
false v0.0.4
false
A JavaScript port of the Unix utility 'false'. Returns the Boolean value false
Overview
This module should be used when you need a function that returns the Boolean
value false.
Installing
$ npm install falseUsage
Simply require the false module. The export is a function which returns the
Boolean value false:
var t = require('./false')
, myFalseValue = t();
console.log(myFalseValue === false); // Logs 'false'Tests
Running the tests requires the Jake JavaScript build tool. In the root project directory, run the following:
$ jake testContributing
Please feel free to file bugs or suggest improvements here: