Skip to content

Commit 38b977d

Browse files
committed
chore: remove no longer needed shim for stream/web
1 parent 9ac0dde commit 38b977d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/global.d.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ declare module 'file-saver' {
3333
export function saveAs(blob: any, name: any): void
3434
}
3535

36-
declare module 'stream/web' {
37-
const r: typeof ReadableStream
38-
const t: typeof TransformStream
39-
export { r as ReadableStream, t as TransformStream }
40-
}
41-
4236
declare module '@vue/repl' {
4337
import { ComponentOptions } from '@vue/runtime-core'
4438
const Repl: ComponentOptions
@@ -50,5 +44,5 @@ declare interface String {
5044
/**
5145
* @deprecated Please use String.prototype.slice instead of String.prototype.substring in the repository.
5246
*/
53-
substring(start: number, end?: number): string;
47+
substring(start: number, end?: number): string
5448
}

0 commit comments

Comments
 (0)