We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac0dde commit 38b977dCopy full SHA for 38b977d
packages/global.d.ts
@@ -33,12 +33,6 @@ declare module 'file-saver' {
33
export function saveAs(blob: any, name: any): void
34
}
35
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
-
42
declare module '@vue/repl' {
43
import { ComponentOptions } from '@vue/runtime-core'
44
const Repl: ComponentOptions
@@ -50,5 +44,5 @@ declare interface String {
50
/**
51
45
* @deprecated Please use String.prototype.slice instead of String.prototype.substring in the repository.
52
46
*/
53
- substring(start: number, end?: number): string;
47
+ substring(start: number, end?: number): string
54
48
0 commit comments