UNPKG

setup-cpp

Version:

Install all the tools required for building and testing C++/C projects.

3 lines (2 loc) 140 B
export declare function unique(dirs: string[]): string[]; export declare function quoteIfHasSpace(str: string, quoteChar?: string): string;