noodl-types
Advanced tools
Comparing version 1.0.200 to 1.0.201
@@ -144,3 +144,3 @@ "use strict"; | ||
rootKey: (v = '') => !!(v && v[0].toUpperCase() === v[0] && !/[0-9]+/.test(v)), | ||
localKey: (v = '') => !!(v && v[0].toLowerCase() === v[0]), | ||
localKey: (v = '') => !!(v && v[0].toLowerCase() === v[0] && !/[0-9]+/.test(v)), | ||
reference: identifyStr((v) => { | ||
@@ -147,0 +147,0 @@ if (!i.isStr(v)) |
@@ -32,3 +32,3 @@ { | ||
"typings": "./dist/index.d.ts", | ||
"version": "1.0.200" | ||
"version": "1.0.201" | ||
} |
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
107466