Skip to content

Commit 6bd5e9a

Browse files
committed
chore: update deno dist files
1 parent f28636c commit 6bd5e9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deno/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* `@intlify/utils` default module entry.
33
*
4-
* `@inlityf/utils` will export javascript runtime agnostic utility functions and types.
4+
* `@intlify/utils` will export javascript runtime agnostic utility functions and types.
55
*
66
* @example
77
* ```ts
@@ -22,6 +22,7 @@ export {
2222
normalizeLanguageName,
2323
parseAcceptLanguage,
2424
registerPathLanguageParser,
25+
toLocale,
2526
validateLangTag
2627
} from './shared.ts'
2728
export * from './web.ts'

0 commit comments

Comments
 (0)