mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-05 08:50:16 +00:00
KeyValue -> MapKeyValue
This commit is contained in:
2
d3/d3.d.ts
vendored
2
d3/d3.d.ts
vendored
@@ -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