This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
xiaojincai
/
yrxzy
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Tarik Permintaan
0
Wiki
Pohon:
2effbd93de
Ranting
Tag
master
yrxzy
/
node_modules
/
_shell-quote@1.7.2@shell-quote
/
example
/
quote.js
quote.js
96 B
Riwayat
Mentahan
1
2
3
4
var quote = require('../').quote;
var s = quote([ 'a', 'b c d', '$f', '"g"' ]);
console.log(s);