claude-web/node_modules/shell-quote/index.js

5 lines
87 B
JavaScript
Raw Permalink Normal View History

2026-02-23 02:23:38 +00:00
'use strict';
exports.quote = require('./quote');
exports.parse = require('./parse');