shell-quote
- Version 1.10.0
- Published
- 43.3 kB
- No dependencies
- MIT license
Install
npm i shell-quoteyarn add shell-quotepnpm add shell-quoteOverview
quote and parse shell commands
Index
Type Aliases
Namespaces
Type Aliases
type Comment
type Comment = parse.Comment;type ControlOperator
type ControlOperator = parse.ControlOperator;type GlobPattern
type GlobPattern = parse.GlobPattern;type ParseEntry
type ParseEntry = parse.ParseEntry;type ParseOptions
type ParseOptions = parse.ParseOptions;Namespaces
namespace global
namespace global {}interface Array
interface Array<T> {}method join
join: { (separator?: string): string; <This extends readonly string[], D extends string = ','>( this: This, separator?: D ): Join<This, D>;};interface ReadonlyArray
interface ReadonlyArray<T> {}method join
join: { (separator?: string): string; <This extends readonly string[], D extends string = ','>( this: This, separator?: D ): Join<This, D>;};Package Files (1)
Dependencies (0)
No dependencies.
Dev Dependencies (13)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/shell-quote.
- Markdown[](https://www.jsdocs.io/package/shell-quote)
- HTML<a href="https://www.jsdocs.io/package/shell-quote"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2220 ms. - Missing or incorrect documentation? Open an issue for this package.
