export function saveAs(blob: any, name: any): void
}
-declare module 'stream/web' {
- const r: typeof ReadableStream
- const t: typeof TransformStream
- export { r as ReadableStream, t as TransformStream }
-}
-
declare module '@vue/repl' {
import { ComponentOptions } from '@vue/runtime-core'
const Repl: ComponentOptions
/**
* @deprecated Please use String.prototype.slice instead of String.prototype.substring in the repository.
*/
- substring(start: number, end?: number): string;
+ substring(start: number, end?: number): string
}