From 5ede81e491dfaab500aaae894193f783a746f2e0 Mon Sep 17 00:00:00 2001 From: psibean Date: Tue, 6 Aug 2024 21:20:16 +0930 Subject: [PATCH] chore: remove unnecessary default export --- src/types.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/types.ts b/src/types.ts index ee45730..f232c91 100644 --- a/src/types.ts +++ b/src/types.ts @@ -182,5 +182,3 @@ export interface DoubleCsrfUtilities { */ doubleCsrfProtection: doubleCsrfProtection; } - -export {}; \ No newline at end of file