• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2
3// TODO(mcollina): deprecate this file
4
5const Writable = require('internal/streams/writable');
6module.exports = Writable;
7