Skip to content

Commit

Permalink
Export isStream
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jun 3, 2024
1 parent 244c8d1 commit 775fe13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ const stream = require('streamx')

exports.pipeline = stream.pipeline

exports.isStream = stream.isStream

exports.Readable = class Readable extends stream.Readable {
constructor (opts = {}) {
super({ ...opts, mapReadable: map })
Expand Down

0 comments on commit 775fe13

Please sign in to comment.