diff --git a/flow/Map.js b/flow/Map.js index 30d9617d7..d858114fd 100644 --- a/flow/Map.js +++ b/flow/Map.js @@ -19,7 +19,6 @@ declare module "Map" { @@iterator(): Iterator<[K, V]>; constructor(_: void): MapPolyfill; constructor(_: null): MapPolyfill; - constructor(iterable: Array<[Key, Value]>): MapPolyfill; constructor(iterable: Iterable<[Key, Value]>): MapPolyfill; clear(): void; delete(key: K): boolean;