Afanasev_Stepan_PIbd-21_IP/ИП 3 лаба/node_modules/shell-quote/example/quote.js
[USERNAME] 0dd26716dc Lab2-5
2024-01-10 16:11:49 +04:00

6 lines
109 B
JavaScript

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