Skip to content

Commit

Permalink
fix(types): export all types
Browse files Browse the repository at this point in the history
  • Loading branch information
radyakaze committed Oct 3, 2024
1 parent 836605b commit 57659ab
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
@@ -1,6 +1,8 @@
import { defineNuxtModule, addPlugin, createResolver } from '@nuxt/kit'
import type { ModuleOptions } from './types'

export * from './types'

export default defineNuxtModule<ModuleOptions>({
meta: {
name: '@radya/nuxt-dompurify',
Expand Down

0 comments on commit 57659ab

Please sign in to comment.