UNPKG

101 BJavaScriptView Raw
1module.exports = input => {
2 if (input.configuration.pretty) {
3 console.log(input.formatted);
4 }
5};