Skip to content

Commit

Permalink
Merge pull request #264 from mangadex-pub/export-types
Browse files Browse the repository at this point in the history
Ensure all types are exported
  • Loading branch information
Baroshem authored Oct 26, 2023
2 parents 92bddbe + 2b00e01 commit 53c6bbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ declare module 'nitropack' {
}
}

export * from './types/index'
export * from './types/headers'
export * from './types/middlewares'

export default defineNuxtModule<ModuleOptions>({
meta: {
name: 'nuxt-security',
Expand Down

0 comments on commit 53c6bbe

Please sign in to comment.