UNPKG

tru

Version:

```javascript tru(true) .then(function() { console.log('true'); }) .otherwise(function() { console.log('true'); }) .end(); ```

12 lines (11 loc) 181 B
```javascript tru(true) .then(function() { console.log('true'); }) .otherwise(function() { console.log('true'); }) .end(); ``` for when if statements aren't verbose enough.