inside-ci/index.d.ts
Jonatan Nilsson 853f9b8f78
All checks were successful
/ deploy (push) Successful in 21s
Implement basic ci detection
2024-11-18 23:58:24 +00:00

2 lines
117 B
TypeScript

/** Returns true if current environment is running inside CI. Otherwise returns false. */
export function insideCi()