UNPKG
@ipld/car
Version:
latest (5.4.2)
5.4.2
5.4.1
5.4.0
5.3.3
5.3.2
5.3.1
5.3.0
5.2.6
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.1
5.1.0
5.0.3
5.0.2
5.0.1
5.0.0
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.21
3.1.20
3.1.19
3.1.18
3.1.17
3.1.16
3.1.15
3.1.14
3.1.13
3.1.12
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.0
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
0.0.0
Content Addressable aRchive format reader and writer
github.com/ipld/js-car
ipld/js-car
@ipld/car
/
dist
/
src
/
iterator-channel.d.ts
7 lines
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** *
@template
{
any
}
T
*
@returns
{
IteratorChannel<T>
} */
export
function
create<T
extends
unknown
>():
import
(
"./coding"
).
IteratorChannel
<T>;
export
type
IteratorChannel
<T
extends
unknown
> =
import
(
'./coding'
).
IteratorChannel
<T>;
//# sourceMappingURL=iterator-channel.d.ts.map