This website requires JavaScript.
Explore
Help
Register
Sign In
F
/
management
forked from
zhurui/management
Watch
1
Star
0
Fork
You've already forked management
0
Code
Pull Requests
Activity
ff3569c694
management
/
front
/
dkha-web-sz-main
/
node_modules
/
shell-quote
/
example
/
quote.js
4 lines
96 B
JavaScript
Raw
Blame
History
var
quote
=
require
(
'../'
)
.
quote
;
var
s
=
quote
(
[
'a'
,
'b c d'
,
'$f'
,
'"g"'
]
)
;
console
.
log
(
s
)
;
View Git Blame
Copy Permalink