You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/iter/none-by/docs/types/index.d.ts
+2-19Lines changed: 2 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -18,26 +18,9 @@
18
18
19
19
// TypeScript Version: 2.0
20
20
21
-
interfaceIterator{
22
-
/**
23
-
* Returns an iterator protocol-compliant object containing the next iterated value (if one exists) and a boolean flag indicating whether the iterator is finished.
24
-
*
25
-
* @returns iterator protocol-compliant object
26
-
*/
27
-
next(): IteratorResult;
28
-
}
21
+
/// <reference types="@stdlib/types"/>
29
22
30
-
interfaceIteratorResult{
31
-
/**
32
-
* Iterated value (if one exists).
33
-
*/
34
-
value?: any;
35
-
36
-
/**
37
-
* Boolean flag indicating whether the iterator is finished.
0 commit comments