@jswork/i18n-helper
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -5,2 +5,3 @@ "use strict"; | ||
function getLanguage(inRouterType, inKeys) { | ||
if (typeof inRouterType !== "string") throw new Error("inRouterType must be a string"); | ||
var isHashType = inRouterType === "hash"; | ||
@@ -7,0 +8,0 @@ var keys = inKeys || [ |
@@ -61,2 +61,3 @@ "use strict"; | ||
function getLanguage(inRouterType, inKeys) { | ||
if (typeof inRouterType !== "string") throw new Error("inRouterType must be a string"); | ||
var isHashType = inRouterType === "hash"; | ||
@@ -63,0 +64,0 @@ var keys = inKeys || [ |
{ | ||
"name": "@jswork/i18n-helper", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "I18n helper.", | ||
@@ -28,3 +28,3 @@ "main": "dist/index.js", | ||
"homepage": "https://js.work", | ||
"gitHead": "4849cc3b3ae1c2fd3f21028609958e517547cad9" | ||
"gitHead": "f021bea5b8cef4ae31086c5d23fe5ed35ad9651e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16927
240