Comparing version 0.2.14 to 0.2.15
@@ -17,5 +17,5 @@ declare module "like-ar"{ | ||
function toPlainObject<T, K extends keyof any>(arrayKeys:K[], arrayValues:T[]):{[key in K]:T} | ||
function createIndex<T, K extends keyof T>(array:T, keyName:K):{[key:string]:T} | ||
function createIndex<T, K extends keyof T>(array:T[], keyName:K):{[key:string]:T} | ||
} | ||
export = likeAr | ||
} |
{ | ||
"name": "like-ar", | ||
"description": "Using objects like arrays with map, filter, forEach and others coming soon.", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"author": "Codenautas <codenautas@googlegroups.com>", | ||
@@ -6,0 +6,0 @@ "repository": "codenautas/like-ar", |
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
14418