UNPKG
whatwg-streams-impl
Version:
latest (1.0.0)
1.0.0
WHATWG Streams Implementation for Node.JS
github.com/mpotra/whatwg-streams/
mpotra/whatwg-streams
whatwg-streams-impl
/
lib
/
index.js
6 lines
(4 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
6
const
ReadableStream
=
require(
'./readable/ReadableStream'
);
module
.
exports
= { ReadableStream };