Skip to content

Commit

Permalink
fix: wrong type export (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon authored Nov 28, 2023
1 parent a35ac1a commit aa62b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { createCoreContext, NOT_REOSLVED, translate as _translate } from '@intli
import { getHeaderLocale } from '@intlify/utils/h3'

export * from '@intlify/utils/h3'
export { CoreContext } from '@intlify/core'
export type { CoreContext } from '@intlify/core'

import type { AppOptions, H3Event } from 'h3'
import type {
Expand Down

0 comments on commit aa62b42

Please sign in to comment.