UNPKG
dump-props
Version:
latest (1.1.1)
1.1.1
1.0.0
0.0.5
0.0.4
0.0.3
show all properties of target
github.com/dzqdzq/dumpProps
dzqdzq/dumpProps
dump-props
/
bin
/
cmd.js
5 lines
(4 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
import
clipboardy
from
'clipboardy'
;
import
{dumpProps, stringify}
from
'../index.js'
; clipboardy.
writeSync
(stringify.
toString
() +
"\n"
+ dumpProps.
toString
());