UNPKG

@skratchdot/browsercheck

Version:

a tool to check your scripts for browser compatibility

7 lines (6 loc) 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsonPrettyReporter = (stats, log) => { log(JSON.stringify(stats, null, ' ')); }; exports.default = jsonPrettyReporter;