Jonatan Nilsson
afac31914a
Some checks failed
/ deploy (push) Failing after 15s
Clean the code a bit. Move comments to test to decrease dependency size Minify package.json for extra.
2 lines
126 B
TypeScript
2 lines
126 B
TypeScript
/** Returns true if current environment is running inside CI. Otherwise returns false. */
|
|
export function insideCi(): boolean
|