Package: @effect/rpc
Module: RpcSerialization
A rpc serialization layer that uses NDJSON for serialization.
Use this if your protocol does not support framing for messages, otherwise
use layerJson.
Signature
declare const layerNdjson: Layer.Layer<RpcSerialization, never, never>
Since v1.0.0