Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
fffiloni
/
controlnet-animation-doodle
like
15
Paused
App
Files
Files
Community
main
controlnet-animation-doodle
/
node_modules
/
object-inspect
/
example
/
fn.js
Sylvain Filoni
init
48e84aa
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
126 Bytes
'use strict'
;
var
inspect =
require
(
'../'
);
var
obj = [
1
,
2
,
function
f
(
n
) {
return
n +
5
; },
4
];
console
.
log
(
inspect
(obj));