json.js 101 B

123
  1. module.exports.format = function (data, options) {
  2. console.log(JSON.stringify(data, 0, null, 2))
  3. }