Skip to content

Commit

Permalink
fix: export utils explicitly (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 5, 2023
1 parent 542927b commit d6b40fe
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
import { createCoreContext, NOT_REOSLVED, translate as _translate } from '@intlify/core'
import { getHeaderLocale } from '@intlify/utils/h3'

export * from '@intlify/utils/h3'
export {
getCookieLocale,
getHeaderLanguage,
getHeaderLanguages,
getHeaderLocale,
getHeaderLocales,
getPathLocale,
getQueryLocale,
setCookieLocale,
} from '@intlify/utils/h3'

export type { CoreContext } from '@intlify/core'

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

0 comments on commit d6b40fe

Please sign in to comment.