UNPKG

shell-args

Version:

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

4 lines (3 loc) 187 B
export declare function bashShellQuote(args: string[]): string; export declare function winShellQuote(args: string[]): string; export declare function shellQuote(args: string[]): string;