Module
Pipes.Collect
- Package
- purescript-node-stream-pipes
- Repository
- cakekindel/purescript-node-stream-pipes
#toStringWith Source
toStringWith :: forall m. MonadRec m => MonadEffect m => Encoding -> Producer Buffer m Unit -> m String
Concatenate all buffers to a single buffer, then decode with the provided encoding.