UNPKG

@types/is-ci

Version:

TypeScript definitions for is-ci

10 lines (7 loc) 327 B
// Type definitions for is-ci 3.0 // Project: https://github.com/watson/is-ci // Definitions by: Arne Schubert <https://github.com/atd-schubert>, // Florian Imdahl <https://github.com/ffflorian> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped import { isCI } from 'ci-info'; export = isCI;