colorize-boolean
v1.0.1
Published
Output a boolean with color. Pretty sweet for your terminal logs!
Downloads
340
Maintainers
Readme
colorize-boolean
Output a boolean with color. Pretty sweet for your terminal logs!
Install
npm install colorize-boolean --save
Usage
colorizeBoolean = require 'colorize-boolean'
API
console.log colorizeBoolean().expected(true).actual(false)
console.log colorizeBoolean('human').expected(true).actual(false)
License
MIT © Kiko Beats