mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
KeyValue -> MapKeyValue
This commit is contained in:
Vendored
+1
-1
@@ -853,7 +853,7 @@ declare module D3 {
|
||||
remove(key: string): boolean;
|
||||
keys(): string[];
|
||||
values(): T[];
|
||||
entries(): KeyValue<T>[];
|
||||
entries(): MapKeyValue<T>[];
|
||||
forEach(func: (key: string, value: T) => void ): void;
|
||||
empty(): boolean;
|
||||
size(): number;
|
||||
|
||||
Reference in New Issue
Block a user