We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542927b commit d6b40feCopy full SHA for d6b40fe
src/index.ts
@@ -3,7 +3,17 @@
3
import { createCoreContext, NOT_REOSLVED, translate as _translate } from '@intlify/core'
4
import { getHeaderLocale } from '@intlify/utils/h3'
5
6
-export * from '@intlify/utils/h3'
+export {
7
+ getCookieLocale,
8
+ getHeaderLanguage,
9
+ getHeaderLanguages,
10
+ getHeaderLocale,
11
+ getHeaderLocales,
12
+ getPathLocale,
13
+ getQueryLocale,
14
+ setCookieLocale,
15
+} from '@intlify/utils/h3'
16
+
17
export type { CoreContext } from '@intlify/core'
18
19
import type { AppOptions, H3Event } from 'h3'
0 commit comments