@ctx-core/function
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -20,2 +20,5 @@ export function iife(fn, ...args) { | ||
} | ||
export function invert(value) { | ||
return !value | ||
} | ||
export function ARR__fn__call(ARR__fn, ...args) { | ||
@@ -22,0 +25,0 @@ const returns = [] |
{ | ||
"name": "@ctx-core/function", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "ctx-core function", | ||
@@ -23,3 +23,3 @@ "main": "lib.js", | ||
"homepage": "https://github.com/ctx-core/ctx-core#readme", | ||
"gitHead": "ceb17e6a117f8631a78d2db3c13a2cf714ff7630" | ||
"gitHead": "982ca9322ec76ffb45e62f4fcf0793267409e3bf" | ||
} |
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
3314
113