Module
Node.Stream.Readable
- Package
- purescript-node-readable
- Repository
- matthewleon/purescript-node-readable
#newReadable Source
newReadable :: forall r chunktype. Chunkable chunktype => ReadCb chunktype r -> Effect (Readable chunktype r)
#newReadable' Source
newReadable' :: forall r chunktype rest optionsrow. Union optionsrow rest StreamOptions => Chunkable chunktype => Record optionsrow -> ReadCb chunktype r -> Effect (Readable chunktype r)
- Modules
- Node.
Stream. Readable