mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
style: prettified code
This commit is contained in:
parent
b42d3f13d7
commit
3ed92c8cc8
@ -3,7 +3,8 @@ export interface AxiosInterceptor<T> {
|
||||
onRejected?(error: any): any;
|
||||
|
||||
/**
|
||||
* Should apply this interceptor to an already provided axios instance. Does not call this method explicitly.
|
||||
* Should apply this interceptor to an already provided axios
|
||||
* instance. Does not call this method explicitly.
|
||||
*/
|
||||
use(): void;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user