collect.js
Advanced tools
Comparing version 4.0.24 to 4.0.25
@@ -105,3 +105,4 @@ type Operator = "===" | "==" | "!==" | "!=" | "<>" | ">" | "<" | ">=" | "<=" | ||
*/ | ||
filter(fn: (item: Item) => boolean): Collection<Item>; | ||
filter(fn: (item: Item) => boolean): Collection<Item>; | ||
filter(fn: (item: Item, key?: any) => boolean): Collection<Item>; | ||
@@ -108,0 +109,0 @@ /** |
{ | ||
"name": "collect.js", | ||
"version": "4.0.24", | ||
"version": "4.0.25", | ||
"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
380534
5414