@randajan/jet-core
Advanced tools
Comparing version 3.2.18 to 3.2.19
@@ -902,3 +902,3 @@ var __defProp = Object.defineProperty; | ||
Boolean: (str) => !["0", "false", "null", "undefined", "NaN"].includes(str.toLowerCase()), | ||
Array: (str, comma) => str.split(comma), | ||
Array: (str, comma) => str ? str.split(comma) : [], | ||
Object: (str) => jet_default.json.from(str), | ||
@@ -905,0 +905,0 @@ Promise: async (str) => str, |
{ | ||
"name": "@randajan/jet-core", | ||
"version": "3.2.18", | ||
"version": "3.2.19", | ||
"description": "Ecosystem of types and related usefull tools.", | ||
@@ -5,0 +5,0 @@ "repository": "randajan/jet-core", |
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
149522