NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/shell-quote/example/quote.js

4 lines
96 B
Java
Raw Normal View History

2023-09-14 14:47:11 +08:00
var quote = require('../').quote;
var s = quote([ 'a', 'b c d', '$f', '"g"' ]);
console.log(s);