Skip to content

10xEngineersQualityProgramming/TrueValue.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-value

Usage

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 true

Tests

Running the tests requires the Jake JavaScript build tool. In the root project directory, run the following:

$ jake test

Contributing

Please feel free to file bugs or suggest improvements here:

https://github.com/10xEngineersQualityProgramming/TrueValue.js/issues

Alternatives

These packages work similarly:

About

True

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published