@medusajs/telemetry
Version:
Telemetry for Medusa
11 lines • 397 B
TypeScript
/**
* Determines whether the environment where the code is running is in CI
* @return true if the environment is in CI, false otherwise
*/
export function isCI(): boolean;
/**
* Gets the name of the CI environment (e.g. "Vercel", "Heroku", etc.)
* @return The name of the CI if available. Defaults to null if not in CI
*/
export function getCIName(): any;
//# sourceMappingURL=is-ci.d.ts.map