equals-true
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Returns true if the argument is true.

Example usage:

This will print true in the console.

const { equalsTrue } = require("equals-true");

const something = true;
const istrue = equalsTrue(something);

console.log(istrue);

Readme

Keywords

Package Sidebar

Install

npm i equals-true

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

3.17 kB

Total Files

5

Last publish

Collaborators

  • lordex