Skip to content

Commit

Permalink
feat: export CoreContext (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Nov 28, 2023
1 parent b7e103f commit 69970b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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'

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

0 comments on commit 69970b8

Please sign in to comment.