UNPKG

growthbook

Version:

The GrowthBook command-line interface (CLI) for working with the GrowthBook A/B testing, feature flagging, and experimentation platform

8 lines (7 loc) 281 B
export declare const Environment: { /** * Attempts to get the path to the home directory via the environment variable for each operating system. * @returns {string | null} path to home, or null if neither are defined */ getHomeDirectory(): string | null; };