@formatjs/intl-getcanonicallocales 3.2.3 → 3.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.js +337 -337
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/polyfill-force.js +337 -337
- package/polyfill-force.js.map +1 -1
- package/polyfill.iife.js +2 -8943
- package/polyfill.js +337 -337
- package/polyfill.js.map +1 -1
package/index.d.ts
CHANGED
|
@@ -47,7 +47,7 @@ declare function isUnicodeScriptSubtag(script: string): boolean;
|
|
|
47
47
|
declare function parseUnicodeLanguageId(chunks: string[] | string): UnicodeLanguageId;
|
|
48
48
|
declare function parseUnicodeLocaleId(locale: string): UnicodeLocaleId;
|
|
49
49
|
//#endregion
|
|
50
|
-
//#region
|
|
50
|
+
//#region node_modules/.aspect_rules_js/@formatjs_generated+cldr.core@0.0.0/node_modules/@formatjs_generated/cldr.core/likelySubtags.d.ts
|
|
51
51
|
declare const likelySubtags: Record<string, string>;
|
|
52
52
|
//#endregion
|
|
53
53
|
//#region packages/intl-getcanonicallocales/index.d.ts
|