Skip to content

Commit 1b9c16a

Browse files
feat: get axios interceptors
1 parent aa5a13b commit 1b9c16a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/NooNoo.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ export default class NooNoo {
4141
return new NooNoo(baseURL, instance, authAction);
4242
}
4343

44+
get interceptors() {
45+
return this.#instance.interceptors;
46+
}
47+
4448
get baseURL(): string {
4549
return this._baseURL;
4650
}

0 commit comments

Comments
 (0)