Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_stream_writable.js « lib - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6f1974422d3f3e2508b645d2390221fdeda7cf1 (plain)
1
2
3
4
5
'use strict';

// Keep this file as an alias for the full stream module.

module.exports = require('stream').Writable;