UNPKG

@homeofthings/node-utils

Version:

HomeOfThings - Node Utils: various utilities and common types

3 lines (2 loc) 117 B
export declare function quoteArg(arg: string): string; export declare function quoteArgs(...args: string[]): string;