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"