nodejs/lib/_stream_writable.js

7 lines
137 B
JavaScript
Raw Normal View History

'use strict';
// TODO(mcollina): deprecate this file
const Writable = require('internal/streams/writable');
module.exports = Writable;