UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

26 lines (15 loc) 297 B
"use strict"; var inspect = require("util").inspect; function log(data) { console.log( inspect(data, {depth:null, colors:true}) ); } function logAll(data) { console.log( inspect(data, {depth:null, showHidden:true, colors:true}) ); } module.exports = { log: log, logAll: logAll };