Skip to content

Commit d6b40fe

Browse files
authored
fix: export utils explicitly (#22)
1 parent 542927b commit d6b40fe

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/index.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@
33
import { createCoreContext, NOT_REOSLVED, translate as _translate } from '@intlify/core'
44
import { getHeaderLocale } from '@intlify/utils/h3'
55

6-
export * from '@intlify/utils/h3'
6+
export {
7+
getCookieLocale,
8+
getHeaderLanguage,
9+
getHeaderLanguages,
10+
getHeaderLocale,
11+
getHeaderLocales,
12+
getPathLocale,
13+
getQueryLocale,
14+
setCookieLocale,
15+
} from '@intlify/utils/h3'
16+
717
export type { CoreContext } from '@intlify/core'
818

919
import type { AppOptions, H3Event } from 'h3'

0 commit comments

Comments
 (0)