🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

false

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

false

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

latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
22K
38.2%
Maintainers
1
Weekly downloads
 
Created
Source

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 false

Usage

Simply require the false module. The export is a function which returns the Boolean value false:

  var f = require('./false')
    , myFalseValue = f();

console.log(myFalseValue === false); // 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/mde/false/issues

Keywords

false

FAQs

Package last updated on 20 Nov 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts