mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
KeyValue -> MapKeyValue
This commit is contained in:
parent
6e5bc3c514
commit
da6dfc85a7
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user