UNPKG

setup-cpp

Version:

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

6 lines (5 loc) 304 B
import memoize from "memoizee"; /** Install bash (usually missing from docker containers) */ export declare function initApk(): Promise<void>; /** Install bash (usually missing from docker containers) (memoized) */ export declare const initApkMemoized: typeof initApk & memoize.Memoized<typeof initApk>;