is42

0.0.4 • Public • Published

is42

NPM module for testing if a value is 42.

Examples

var lib = require('is42');

lib.is42(42);
lib.is42(43);
lib.is42('forty-two');
lib.is42(null);

>> true
>> false
>> true
>> false

Readme

Keywords

none

Package Sidebar

Install

npm i is42

Weekly Downloads

3

Version

0.0.4

License

ISC

Last publish

Collaborators

  • hamiltonkibbe