Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tru

ergusto284ISC1.0.0

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

readme

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

for when if statements aren't verbose enough.