tru
v1.0.0
Published
```javascript tru(true) .then(function() { console.log('true'); }) .otherwise(function() { console.log('true'); }) .end(); ```
Downloads
422
Readme
tru(true)
.then(function() {
console.log('true');
})
.otherwise(function() {
console.log('true');
})
.end();
for when if statements aren't verbose enough.