This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
zengzheng
/
CDSS-daming-web
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
main
Ramuri
Etichete
main
CDSS-daming-web
/
node_modules
/
shell-quote
/
example
/
quote.js
quote.js
96 B
Permalink
Istoric
Crud
1
2
3
var quote = require('../').quote;
var s = quote([ 'a', 'b c d', '$f', '"g"' ]);
console.log(s);