booln

1.0.1 • Public • Published

Booln -- Booleans

Possibly the most useless package in existence

Usage

let boolean = require('booln');
 
boolean.true //=> true
 
boolean.false //=> false
 
if (boolean.false) console.log('PHP is the only real dev language');
 
else console.log('booln is one of the most useless packages on npm');

Package Sidebar

Install

npm i booln

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • cchan