We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1e1ab commit 692bd22Copy full SHA for 692bd22
src/main/cljs/cljs/externs.js
@@ -21,27 +21,6 @@ IteratorStep.prototype.done;
21
*/
22
IteratorStep.prototype.value;
23
24
-/**
25
- * @constructor;
26
- */
27
-function Map() {};
28
-Map.prototype.keys = function() {};
29
-Map.prototype.entries = function() {};
30
-Map.prototype.values = function() {};
31
-Map.prototype.has = function(k) {};
32
-Map.prototype.get = function(k) {};
33
-Map.prototype.forEach = function(f) {};
34
-
35
36
37
38
-function Set() {};
39
-Set.prototype.keys = function() {};
40
-Set.prototype.entries = function() {};
41
-Set.prototype.values = function() {};
42
-Set.prototype.has = function(k) {};
43
-Set.prototype.forEach = function(f) {};
44
45
/**
46
* @constructor;
47
0 commit comments