NET-Web-API-w-Angular/my-app/node_modules/shell-quote/example/quote.js

5 lines
109 B
JavaScript
Executable file

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