/**
 * @name node.stream
 * @namespace
 */

goog.provide("node.stream");


/**
 * @private
 * @type {*}
 */
node.stream.core_ = require("stream");