Package: effect Module: Stream
effect
Stream
Encode a stream of strings into a stream of Uint8Array chunks using the specified encoding.
Signature
declare const encodeText: <E, R>(self: Stream<string, E, R>) => Stream<Uint8Array, E, R>
Source
Since v2.0.0