1.0.0 • Published 9 months ago

is-precisely-true v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

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

1.0.0

9 months ago