UNPKG
iterates
Version:
latest (2.0.0-beta.3)
next (2.0.0-beta.1)
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.2.2
1.2.1
1.2.0
1.1.0
1.1.0-beta
1.0.1
1.0.0
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
Iterator and AsyncIterator helper functions with typings
pajn.github.io/iterates
iterates
/
lib
/
index.d.ts
5 lines
•
192 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
async
from
'./async.js'
;
import
*
as
sync
from
'./sync.js'
;
export
{ collectEntry, pipeValue, tuple }
from
'./utils.js'
;
export
{
async
, sync };
//# sourceMappingURL=index.d.ts.map