inside-ci/index.d.ts

3 lines
126 B
TypeScript
Raw Normal View History

2024-11-18 23:57:35 +00:00
/** Returns true if current environment is running inside CI. Otherwise returns false. */
export function insideCi(): boolean