is-precisely-true
v1.0.4
Published
Check if a value is true.
Readme
Check if a value is precisely true.
const isTrue = require('is-precisely-true')
const assert = require('assert-fn')
assert(isTrue(true), "")
assert(!isTrue(false), "")this package is very useful
alternatives
there are many other packages you can use other than this:
