collect.js
Advanced tools
Comparing version 4.0.25 to 4.0.26
@@ -111,3 +111,3 @@ type Operator = "===" | "==" | "!==" | "!=" | "<>" | ">" | "<" | ">=" | "<=" | ||
*/ | ||
first(fn?: (item: Item) => boolean): Item; | ||
first<V>(fn?: (item: Item) => boolean, defaultValue?: (...any: any[]) => V | Item): Item; | ||
@@ -114,0 +114,0 @@ /** |
{ | ||
"name": "collect.js", | ||
"version": "4.0.25", | ||
"version": "4.0.26", | ||
"description": "Convenient and dependency free wrapper for working with arrays and objects.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
380581