This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
gaojunlong
/
hhht_fbky
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
0b996e41aa
Branches
Tags
master
hhht_fbky
/
node_modules
/
shell-quote
/
example
/
quote.js
quote.js
96 B
Verlauf
Originalformat
1
2
3
var quote = require('../').quote;
var s = quote([ 'a', 'b c d', '$f', '"g"' ]);
console.log(s);