Skip to content

Commit

Permalink
Merge pull request #9 from scality/improvement/ARSNN-2-fixup-declarat…
Browse files Browse the repository at this point in the history
…ions

Improvement/arsnn 2 fixup declarations
  • Loading branch information
williamlardier authored Dec 14, 2022
2 parents ec4e28f + 8425d23 commit 66e97ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import * as http from 'http';
import * as https from 'https';
import { HttpAgent, HttpsAgent } from 'agentkeepalive';
import HttpAgent, { HttpsAgent } from 'agentkeepalive';

import { HttpsOptions, HttpOptions } from 'agentkeepalive';

Expand Down Expand Up @@ -29,6 +27,3 @@ declare namespace https {
constructor(opts?: HttpsOptions, config?: clientConfigurationDefault);
}
}

exports.http = http;
exports.https = https;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "httpagent",
"version": "1.0.5",
"version": "1.0.6",
"engines": {
"node": ">=16"
},
Expand Down

0 comments on commit 66e97ab

Please sign in to comment.