Skip to content

Commit

Permalink
feat: export types
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes committed Aug 27, 2024
1 parent 276fa29 commit 8472ede
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { defineNuxtModule, createResolver, addImports, addImportsDir, addCompone
import { version } from '../package.json'
import type { ModuleOptions } from './types'

export * from './types'

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

0 comments on commit 8472ede

Please sign in to comment.