Skip to content

Commit 4ecc3b4

Browse files
committed
expose clearCache method
1 parent be05b83 commit 4ecc3b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export function disableSSLPinning();
66

77
export function request(options: Https.HttpsRequestOptions): Promise<Https.HttpsResponse>;
88
export function setCache(options?: Https.CacheOptions)
9+
export function clearCache()
910
export function createRequest(opts: Https.HttpsRequestOptions): Https.HttpsRequest;
1011

1112
export * from './https.common';

0 commit comments

Comments
 (0)