collect.js
Advanced tools
Comparing version 4.28.2 to 4.28.3
@@ -7,2 +7,4 @@ type Operator = "===" | "==" | "!==" | "!=" | "<>" | ">" | "<" | ">=" | "<=" | ||
export class Collection<Item> { | ||
constructor(collection?: Item[] | Object); | ||
/** | ||
@@ -9,0 +11,0 @@ * The all method returns the underlying array represented by the collection. |
{ | ||
"name": "collect.js", | ||
"version": "4.28.2", | ||
"version": "4.28.3", | ||
"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
574953
5822