react-code-dataset
/
next.js
/turbopack
/crates
/turbopack-ecmascript
/tests
/tree-shaker
/analyzer
/node-fetch
/input.js
| import Stream from 'node:stream'; | |
| const streamDestructionSupported = 'destroy' in Stream.Readable.prototype; | |
| function fetch(){ | |
| } | |
| export default fetch; | |