Files
Kmake/lib/_stream_transform.js
2026-05-26 23:36:42 -07:00

6 lines
120 B
JavaScript

'use strict';
// Keep this file as an alias for the full stream module.
module.exports = require('stream').Transform;