UNPKG

setup-cpp

Version:

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

6 lines (5 loc) 351 B
import memoize from "memoizee"; /** Install gnupg and certificates (usually missing from docker containers) */ export declare function initApt(apt: string): Promise<void>; /** Install gnupg and certificates (usually missing from docker containers) (memoized) */ export declare const initAptMemoized: typeof initApt & memoize.Memoized<typeof initApt>;