1.0.2 • Published 11 months ago
false-constant v1.0.2
false-constant
A future-proof way to get false.
const False = require('false-constant')('nope')
console.log(False) // false
false-constant
exports a function that returns false in a future-proof way. When you call it, pass in "nope"
or "yep"
based on whether you want it to output useful logs.