包详细信息

tru

ergusto234ISC1.0.0

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

自述文件

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

for when if statements aren't verbose enough.