UNPKG

getting-started

Version:

Tutoral for Getting Started with Taunus

6 lines (4 loc) 170 B
'use strict'; module.exports = function (model, container, route) { console.log('Rendered view %s using model:\n%s', route.action, JSON.stringify(model, null, 2)); };