UNPKG

is-ci

Version:

Detect if the current environment is a CI server

4 lines (2 loc) 48 B
import { isCI } from "ci-info"; export = isCI;