Skip to content

Commit

Permalink
Fix axios#3219 by referencing DOM built-in library
Browse files Browse the repository at this point in the history
Just following @trgwii suggestion.
Works for me at least.
  • Loading branch information
Guillaume-Mayer committed Aug 22, 2020
1 parent 0d87655 commit 8348c67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
@@ -1,3 +1,5 @@
/// <reference lib="DOM" />

export interface AxiosTransformer {
(data: any, headers?: any): any;
}
Expand Down

0 comments on commit 8348c67

Please sign in to comment.