%PDF- %PDF-
Direktori : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/test/fixtures/ |
Current File : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/test/fixtures/repl-load-multiline.js |
const getLunch = () => placeOrder('tacos') .then(eat); const placeOrder = (order) => Promise.resolve(order); const eat = (food) => '<nom nom nom>';