UNPKG

cmake-ts

Version:

cmake-js rewrite in typescript to support advanced build configurations

8 lines (7 loc) 248 B
/** * Get an environment variable. * * @param name - The name of the environment variable. * @returns The value of the environment variable or undefined if it is not set. */ export declare function getEnvVar(name: string): string | undefined;