NK
Size: a a a
NK
VG
NK
V☆
NK
V☆
NK
V☆
V☆
NK
NK
VI
V☆
NK
NK
V☆
NK
const testStream = new PersonStream({
objectMode: true
})
class PersonStream extends Readable {
constructor(options) {
super(options)
}
NK
TypeError: Invalid data, chunk must be a string or buffer, not object
V☆