This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
bxf
/
ducha-qianduan
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
ef47d0130c
Branches
Tags
master
ducha-qianduan
/
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);