@ethnolib/find-language 0.1.6 → 0.1.7
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.js +1 -1
- package/index.mjs +2 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -349444,6 +349444,8 @@ function ct(r) {
|
|
|
349444
349444
|
};
|
|
349445
349445
|
}
|
|
349446
349446
|
function kd(r, l) {
|
|
349447
|
+
if (!r)
|
|
349448
|
+
return;
|
|
349447
349449
|
const {
|
|
349448
349450
|
languageSubtag: s,
|
|
349449
349451
|
scriptSubtag: c,
|
package/package.json
CHANGED