github-pages-deploy-action/node_modules/object-inspect/example/fn.js
2019-11-19 07:48:29 -05:00

4 lines
113 B
JavaScript

var inspect = require('../');
var obj = [ 1, 2, function f (n) { return n + 5 }, 4 ];
console.log(inspect(obj));