inside-ci/index.d.ts
Jonatan Nilsson e866e58dda
All checks were successful
/ deploy (push) Successful in 25s
Trim the fat and fix typings
Clean the code a bit.
Move comments to test to decrease dependency size
Minify package.json for extra.
2024-11-19 00:13:06 +00:00

2 lines
126 B
TypeScript

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