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 116ab0e commit 931fb1fCopy full SHA for 931fb1f
README.md
@@ -145,9 +145,7 @@ You can do `import { ... } from '@intlify/utils'` the above utilities
145
- `getHeaderLocale`
146
- `getCookieLocale`
147
- `setCookieLocale`
148
-- `getPathLanguage`
149
- `getPathLocale`
150
-- `getQueryLanguage`
151
- `getQueryLocale`
152
153
The about utilies functions accpet Web APIs such as
src/index.ts
@@ -6,10 +6,4 @@ export {
6
registerPathLanguageParser,
7
validateLangTag,
8
} from './shared.ts'
9
-export {
10
- getPathLanguage,
11
- getPathLocale,
12
- getQueryLanguage,
13
- getQueryLocale,
14
-} from './http.ts'
15
export * from './web.ts'
0 commit comments