UNPKG

osr-quant

Version:

[![NPM](https://nodei.co/npm/osr-quant.png?mini=true)](https://nodei.co/npm/osr-quant/) ###How to use npm install osr-quant

14 lines (13 loc) 346 B
var log = function(){ var array = Array.prototype.slice.call(arguments); var temp = []; array.forEach(function(item,index){ if("object" == typeof(item)){ temp.push(JSON.stringify(item)); }else{ temp.push(item); } }) this.messages.push( { method: "log", result : temp.join(" ") } ); } module.exports = exports = log;