Skip to content

Commit 21d73f6

Browse files
committed
module level docs for AsyncIterator
1 parent d51a9f7 commit 21d73f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: src/Core__AsyncIterator.resi

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/***
2+
Bindings to async iterators, a way to do async iteration in JavaScript.
3+
4+
See [async iterator protocols](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#the_async_iterator_and_async_iterable_protocols) on MDN.*/
5+
6+
/**
7+
The type representing an async iterator.
8+
*/
19
type t<'a>
210

311
type value<'a> = {

0 commit comments

Comments
 (0)