UNPKG

280 BTypeScriptView Raw
1/**
2 * @copyright 2017, Miles Johnson
3 * @license https://opensource.org/licenses/MIT
4 */
5/**
6 * Quote the values of special options so that yargs doesnt parse any
7 * flags/options within the value.
8 */
9export default function quoteSpecialOptions(argv: string[]): string[];