Comparing version 0.4.0 to 0.4.1
@@ -35,3 +35,3 @@ export as namespace likeAr; | ||
export function iterator<T>(o:T[]):T[] | ||
export function iterator<T extends {}>(o:T):T[keyof T][] | ||
export function iterator<T>(o:Record<any,T>):T[] | ||
export function empty(o:null|undefined|{}):true | ||
@@ -38,0 +38,0 @@ export function empty(o:any[]|Record<any,any>):boolean |
{ | ||
"name": "like-ar", | ||
"description": "Using objects like arrays with map, filter, forEach and others coming soon.", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": "Codenautas <codenautas@googlegroups.com>", | ||
@@ -22,3 +22,3 @@ "repository": "codenautas/like-ar", | ||
"nyc": "^15.1.0", | ||
"typescript": "^5.4.3" | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -25,0 +25,0 @@ "engines": { |
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
21758