UNPKG

@skratchdot/browsercheck

Version:

a tool to check your scripts for browser compatibility

7 lines (6 loc) 173 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const consoleReporter = (stats, log) => { log(stats); }; exports.default = consoleReporter;