NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/shell-quote/example/quote.js
2023-09-14 14:47:11 +08:00

4 lines
96 B
JavaScript

var quote = require('../').quote;
var s = quote([ 'a', 'b c d', '$f', '"g"' ]);
console.log(s);