always-true-function
v1.0.0
Published
A simple function that always returns true
Readme
always-true-function
A simple JavaScript utility that always returns true.
Installation
npm install always-true-functionUsage
const alwaysTrue = require('always-true-function');
if (alwaysTrue()) {
// This code will always run
console.log('This is always true!');
}API
alwaysTrue()
Returns true. Always.
License
MIT
