( options?: (Msgpackr.Options & StreamOptions) | undefined )
| 641 | * @since 4.0.0 |
| 642 | */ |
| 643 | export const layerMsgPackWith = ( |
| 644 | options?: (Msgpackr.Options & StreamOptions) | undefined |
| 645 | ): Layer.Layer<RpcSerialization> => Layer.succeed(RpcSerialization)(makeMsgPack(options)) |
nothing calls this directly
no test coverage detected