mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 06:19:24 +08:00
* Add type defintions for the is-ci package * Apply settings from generator * Merge changes from generator * Set strictFunctionChecks to true
9 lines
260 B
TypeScript
9 lines
260 B
TypeScript
// Type definitions for is-ci 1.1
|
|
// Project: https://github.com/watson/is-ci
|
|
// Definitions by: Arne Schubert <https://github.com/atd-schubert>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = is_ci;
|
|
|
|
declare const is_ci: boolean;
|