Files
Kmake/lib/_stream_writable.js

6 lines
119 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
// Keep this file as an alias for the full stream module.
module.exports = require('stream').Writable;