diff --git a/types/clean-css/index.d.ts b/types/clean-css/index.d.ts index 0c1ec07937..aca3a0242d 100644 --- a/types/clean-css/index.d.ts +++ b/types/clean-css/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Tanguy Krotoff // Andrew Potter // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - /// + import { RequestOptions as HttpsRequestOptions } from "https"; import { RequestOptions as HttpRequestOptions } from "http";