Package: @effect/platform-node
Module: NodeMultipart
Parses multipart data from a Node readable request body and persists file
parts using the current FileSystem, Path, and Scope services.
Signature
declare const persisted: (source: Readable, headers: IncomingHttpHeaders) => Effect.Effect<Multipart.Persisted, Multipart.MultipartError, Scope.Scope | FileSystem.FileSystem | Path.Path>
Since v4.0.0