Comparing version 0.3.0 to 0.3.1
@@ -145,2 +145,3 @@ /** | ||
export declare function assign<T, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W; | ||
export declare function assign(target: any, ...sources: any[]): any; | ||
/** | ||
@@ -147,0 +148,0 @@ Merge each subset of items that share the same identifier. |
{ | ||
"name": "tarry", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Utility library for manipulating JavaScript Arrays", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
18398
529