fix(node): add Map forward declare

This commit is contained in:
Simon Schick
2019-03-02 22:26:38 +01:00
parent 34116971d5
commit fdf8237ec0
+1
View File
@@ -63,6 +63,7 @@ interface WeakMapConstructor { }
interface SetConstructor { }
interface WeakSetConstructor { }
interface Set<T> {}
interface Map<K, V> {}
interface ReadonlySet<T> {}
interface IteratorResult<T> { }
interface Iterable<T> { }