From 3f061c5292279d1dc39f7e581b64881364f135ca Mon Sep 17 00:00:00 2001 From: Lordfirespeed <28568841+Lordfirespeed@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:31:18 +0100 Subject: [PATCH] feat: export all types --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 9d90576..6529893 100644 --- a/src/index.ts +++ b/src/index.ts @@ -225,3 +225,5 @@ export function doubleCsrf({ doubleCsrfProtection, } } + +export * from "./types"