source:
node_modules/object-inspect/example/fn.js@
e48199a
Last change on this file since e48199a was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 126 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | 'use strict'; |
2 | ||
3 | var inspect = require('../'); | |
4 | var obj = [1, 2, function f(n) { return n + 5; }, 4]; | |
5 | console.log(inspect(obj)); |
Note:
See TracBrowser
for help on using the repository browser.