This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
root
/
gs_nuxt
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
6cd2384d80
Dallar
Biçim İmleri
master
gs_nuxt
/
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);