UNPKG

setup-cpp

Version:

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

8 lines (7 loc) 222 B
import memoizee from "memoizee"; declare function hasApk_(): Promise<boolean>; /** * Check if apk is available on the system */ export declare const hasApk: typeof hasApk_ & memoizee.Memoized<typeof hasApk_>; export {};