This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
xusl
/
pfr
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
6615338f32
Dallar
Biçim İmleri
master
pfr
/
ui
/
node_modules
/
shell-quote
/
example
/
quote.js
quote.js
96 B
Geçmiş
Ham
1
2
3
var quote = require('../').quote;
var s = quote([ 'a', 'b c d', '$f', '"g"' ]);
console.log(s);