UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

7 lines (4 loc) 125 B
var bla = require('.'); bla.get('http://localhost:8080/') .then(function(){return 1;}) .then(console.log.bind(console));