github-pages-deploy-action/node_modules/object-inspect/example/fn.js

4 lines
113 B
JavaScript
Raw Normal View History

2020-01-28 13:08:03 +08:00
var inspect = require('../');
var obj = [ 1, 2, function f (n) { return n + 5 }, 4 ];
console.log(inspect(obj));