UNPKG

tru

Version:

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

20 lines (19 loc) 453 B
{ "name": "tru", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "browserify index.js --standalone tru > build/tru.js" }, "repository": { "type": "git", "url": "https://github.com/ergusto/tru.git" }, "author": "Fergus Ruston <fergus.ruston@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/ergusto/tru/issues" }, "homepage": "https://github.com/ergusto/tru" }