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