UNPKG

setup-cpp

Version:

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

5 lines (4 loc) 225 B
/** * Save the list of all releases of a GitHub repository to a json file */ export declare function saveGitHubAssetList(owner: string, repo: string, path: string, filterAssets?: (asset: string) => boolean): Promise<void>;