/**
 * Re-exports the `multipasta` multipart parser used by the unstable HTTP
 * modules.
 *
 * This module keeps the parser types and helpers available from the Effect HTTP
 * namespace without wrapping or changing them.
 *
 * @since 4.0.0
 */

/**
 * @category re-exports
 * @since 4.0.0
 */
export * from "multipasta"
