DefinitelyTyped/types/is-docker/index.d.ts
Yash Kulshrestha a88a8724a6 added is-docker@1.1.0 types (#29656)
* added types for yup@0.26

* added types for is-docker

* Revert "added types for yup@0.26"

This reverts commit 025d62ac6109b35361f6e3636fea966d887dde74.

* added esModuleInterop to the tsconfig

* changed the export and forced the typescript version to 2.7"
2018-10-15 11:24:36 -07:00

9 lines
324 B
TypeScript

// Type definitions for is-docker 1.1
// Project: https://github.com/sindresorhus/is-docker#readme
// Definitions by: Yash Kulshrestha <https://github.com/YashdalfTheGray>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.7
declare function isDocker(): boolean;
export = isDocker;