Files
Kmake/lib/_stream_passthrough.js

6 lines
122 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').PassThrough;