UNPKG

whatwg-streams-impl

Version:

WHATWG Streams Implementation for Node.JS

6 lines (4 loc) 101 B
const ReadableStream = require('./readable/ReadableStream'); module.exports = { ReadableStream };