Searched refs:ReadableSerial (Results 1 – 2 of 2) sorted by relevance
4 module.exports = ReadableSerial;14 function ReadableSerial(list, iterator, callback) class16 if (!(this instanceof ReadableSerial))18 return new ReadableSerial(list, iterator, callback);22 ReadableSerial.super_.call(this, {objectMode: true});
5 , ReadableSerial = require('./lib/readable_serial.js') variable13 serial : ReadableSerial,20 inherits(ReadableSerial, ReadableAsyncKit);