@ctx-core/object
Advanced tools
Comparing version 3.0.2 to 3.1.0
@@ -128,2 +128,5 @@ import { _fn__andand } from '@ctx-core/function/lib.js' | ||
} | ||
export function pick__keys(ctx, OBJ__keys) { | ||
return pick(ctx, ...Object.keys(OBJ__keys)) | ||
} | ||
export function _ARR__pick(ctx, ...ARR__key) { | ||
@@ -130,0 +133,0 @@ let memo = [] |
{ | ||
"name": "@ctx-core/object", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "ctx-core object", | ||
@@ -26,3 +26,3 @@ "main": "lib.js", | ||
}, | ||
"gitHead": "ceb17e6a117f8631a78d2db3c13a2cf714ff7630" | ||
"gitHead": "f6cf077c31a6c9ce9d4a4b2973dd577dc7057c97" | ||
} |
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
9176
304