mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
327 B
TypeScript
10 lines
327 B
TypeScript
// Type definitions for is-ci 2.0
|
|
// Project: https://github.com/watson/is-ci
|
|
// Definitions by: Arne Schubert <https://github.com/atd-schubert>,
|
|
// Florian Keller <https://github.com/ffflorian>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
import { isCI } from 'ci-info';
|
|
|
|
export = isCI;
|