@oozcitak/dom
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -47,3 +47,3 @@ import { GlobalStore } from './GlobalStore'; | ||
*/ | ||
export declare function forEachObject<T>(obj: { | ||
export declare function forEachObject<T>(obj: Map<string, T> | { | ||
[key: string]: T; | ||
@@ -50,0 +50,0 @@ }): IterableIterator<[string, T]>; |
{ | ||
"name": "@oozcitak/dom", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "dom", |
Sorry, the diff of this file is not supported yet
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
1095425