UNPKG

166 BTypeScriptView Raw
1declare module 'stream/web' {
2 // stub module, pending copy&paste from .d.ts or manual impl
3}
4declare module 'node:stream/web' {
5 export * from 'stream/web';
6}