UNPKG

@types/is-ci

Version:
23 lines (16 loc) 721 B
# Installation > `npm install --save @types/is-ci` # Summary This package contains type definitions for is-ci (https://github.com/watson/is-ci). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-ci. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-ci/index.d.ts) ````ts import { isCI } from "ci-info"; export = isCI; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 03:09:37 GMT * Dependencies: [ci-info](https://npmjs.com/package/ci-info) # Credits These definitions were written by [Arne Schubert](https://github.com/atd-schubert), and [Florian Imdahl](https://github.com/ffflorian).