(config: NodeConfig)
| 155 | * @since 4.0.0 |
| 156 | */ |
| 157 | export const make = (config: NodeConfig): MultipartStream => new MultipartStream(config) |
| 158 | |
| 159 | /** |
| 160 | * A readable stream containing a parsed multipart file. |
no outgoing calls
no test coverage detected