shell-quote

  • Version 1.10.0
  • Published
  • 43.3 kB
  • No dependencies
  • MIT license

Install

npm i shell-quote
yarn add shell-quote
pnpm add shell-quote

Overview

quote and parse shell commands

Index

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 onejsDocs.io badgeto 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
                        [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](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>