Files
DefinitelyTyped/types/is-ci/index.d.ts
Arne Schubert 600f681913 Add type definition for is-ci (#25016)
* Add type defintions for the is-ci package

* Apply settings from generator

* Merge changes from generator

* Set strictFunctionChecks to true
2018-04-16 15:50:56 -07:00

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;