@randajan/jet-core
Advanced tools
Comparing version 3.2.16 to 3.2.17
@@ -731,2 +731,7 @@ var __defProp = Object.defineProperty; | ||
extendPrototype: false, | ||
extendConstructor: { | ||
filter: (obj, callback) => jet_default.map(obj, (v, ...a) => callback(v, ...a) ? v : void 0), | ||
exclude: (obj, mask = []) => jet_default.map(obj, (v, k) => mask.includes(k) ? void 0 : v), | ||
extract: (obj, mask = []) => jet_default.map(obj, (v, k) => mask.includes(k) ? v : void 0) | ||
}, | ||
to: { | ||
@@ -733,0 +738,0 @@ Function: (obj) => (_) => obj, |
{ | ||
"name": "@randajan/jet-core", | ||
"version": "3.2.16", | ||
"version": "3.2.17", | ||
"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
149485
1458