This website requires JavaScript.
Explore
Help
Sign In
RenJuan
/
GT2
Watch
1
Star
0
Fork
You've already forked GT2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6c672bb74e
GT2
/
GT2-Android
/
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
)
;
Reference in New Issue
View Git Blame
Copy Permalink