UNPKG

shell-args

Version:

Parsing and quoting for shell command lines that supports both bash and windows styles of quoting.

8 lines 267 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./quote")); __export(require("./parse")); //# sourceMappingURL=index.js.map