智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/a2/a24f16de260be122d16880f6c2a...

14 lines
615 B

var stream = require("stream");
var promisify = require("./_promisify.js");
var bind = function(c, f) { return f && f.bind(c); };
Object.defineProperties(module.exports, {
Duplex: { enumerable: true, value: stream.Duplex },
PassThrough: { enumerable: true, value: stream.PassThrough },
Readable: { enumerable: true, value: stream.Readable },
Stream: { enumerable: true, value: stream.Stream },
Transform: { enumerable: true, value: stream.Transform },
Writable: { enumerable: true, value: stream.Writable },
//_isUint8Array: // skipping
//_uint8ArrayToBuffer: // skipping
//super_: // skipping
});