Sign in
cobalt
/
cobalt.git
/
72bde07ae3f88e8fd742a603ece725b122de47f5
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
object-inspect
/
example
/
fn.js
blob: 4c00ba6d8c11eaa5bba486dd277bf608c00c844e [
file
]
var
inspect
=
require
(
'../'
);
var
obj
=
[
1
,
2
,
function
f
(
n
)
{
return
n
+
5
},
4
];
console
.
log
(
inspect
(
obj
));