From c828a91e1fbe07ce81a4be9cf3a9fc9a416bb7f0 Mon Sep 17 00:00:00 2001 From: "robin.kehl" Date: Wed, 30 Aug 2023 11:43:04 +0200 Subject: [PATCH] docs: add comment to clarify export --- src/axios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axios.ts b/src/axios.ts index 3511d8f..91548c4 100644 --- a/src/axios.ts +++ b/src/axios.ts @@ -4,4 +4,4 @@ declare module 'axios' { } } -export {} +export {} // needed to make this file a module