mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
fix(headers): fixed & optimized clear method; (#5507)
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ declare class AxiosHeaders {
|
||||
|
||||
delete(header: string | string[], matcher?: AxiosHeaderMatcher): boolean;
|
||||
|
||||
clear(): boolean;
|
||||
clear(matcher?: AxiosHeaderMatcher): boolean;
|
||||
|
||||
normalize(format: boolean): AxiosHeaders;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user