state-of-the-art-is-true
v0.0.3
Published
State of the art `true` detector. Only returns `true` if the given value is `true`.
Readme
State of the Art Truth Detection
State of the art true detector. Only returns true if the given value is true.
BONUS: Also shows you several files on your system this module has read access to when run.
Example
import isTrue from "state-of-the-art-is-true";
console.log(await isTrue("🍌")); // false
console.log(await isTrue(false)); // false
console.log(await isTrue(true)); // true