UNPKG

@idio/dicer

Version:

[fork] A Very Fast Streaming Multipart Parser For Node.JS Written In ES6 And Optimised With JavaScript Compiler.

8 lines (7 loc) 142 B
import { Readable } from 'stream' export default class PartStream extends Readable { constructor(opts) { super(opts) } _read() {} }