true-value
v2.0.5
Published
True
Readme
true-value
Returns the Boolean value true using quantum computing and qubit circuit simulation.
Overview
This module should be used when you need a function that returns the Boolean
value true.
Installing
$ npm install true-valueUsage
Simply require the true-value module. The export is a function which returns the
Boolean value true-value:
var t = require('true-value')
, myTrueValue = t();
console.log(myTrueValue === true); // Logs trueTests
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:
https://github.com/10xEngineersQualityProgramming/TrueValue.js/issues
Alternatives
These packages work similarly:
