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 f28636c commit 6bd5e9aCopy full SHA for 6bd5e9a
deno/index.ts
@@ -1,7 +1,7 @@
1
/**
2
* `@intlify/utils` default module entry.
3
*
4
- * `@inlityf/utils` will export javascript runtime agnostic utility functions and types.
+ * `@intlify/utils` will export javascript runtime agnostic utility functions and types.
5
6
* @example
7
* ```ts
@@ -22,6 +22,7 @@ export {
22
normalizeLanguageName,
23
parseAcceptLanguage,
24
registerPathLanguageParser,
25
+ toLocale,
26
validateLangTag
27
} from './shared.ts'
28
export * from './web.ts'
0 commit comments