Skip to content

Commit 53c6bbe

Browse files
authored
Merge pull request #264 from mangadex-pub/export-types
Ensure all types are exported
2 parents 92bddbe + 2b00e01 commit 53c6bbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/module.ts

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ declare module 'nitropack' {
3636
}
3737
}
3838

39+
export * from './types/index'
40+
export * from './types/headers'
41+
export * from './types/middlewares'
42+
3943
export default defineNuxtModule<ModuleOptions>({
4044
meta: {
4145
name: 'nuxt-security',

0 commit comments

Comments
 (0)