diff --git a/src/index.ts b/src/index.ts index 2438d73..27eeda9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'