false icon indicating copy to clipboard operation
false copied to clipboard

A JavaScript port of the Unix utility 'false'. Returns the Boolean value `false`

Results 8 false issues
Sort by recently updated
recently updated
newest added

The function name seems unnecessarily long, so I changed it to `returnFalse`. And the NPM tarball will now contain `index.js`, `README.md`, and `package.json`.

also resolves issues 5 and 19 on mde/true but instead for false repo. makes module exports immutable and false not hardcoded resolves #13 (adds cli functionality) also there was a...

cli command "false" should be implemented. PR: #12

Hello there, I have created a library called [FalseJS](https://github.com/tj-commits/falsejs) which works similarly to this library to return false. It depends on this package, and I would like some feedback on...

Add an alternatives section including [falsejs](https://github.com/tj-commits/falsejs) and [this-returns-false](https://npmjs.com/this-returns-false)