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 202d499 commit 42dc1f5Copy full SHA for 42dc1f5
src/main/cljs/cljs/externs.js
@@ -1,26 +1,5 @@
1
Math.imul = function(a, b) {};
2
3
-var cljs = {};
4
-cljs.core = {};
5
-/**
6
- * @constructor;
7
- */
8
-cljs.core.Iterator = function() {};
9
-cljs.core.Iterator.prototype.next = function() {};
10
-
11
12
13
14
-function IteratorStep() {};
15
16
- * @type {boolean}
17
18
-IteratorStep.prototype.done;
19
20
- * @type {Object}
21
22
-IteratorStep.prototype.value;
23
24
/**
25
* @constructor;
26
*/
0 commit comments