0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-28 22:46:31 +01:00
nodejs/lib/_stream_duplex.js

6 lines
117 B
JavaScript
Raw Normal View History

'use strict';
// Keep this file as an alias for the full stream module.
module.exports = require('stream').Duplex;