github-pages-deploy-action/node_modules/object-inspect/example/fn.js
2020-01-27 23:58:23 -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));