芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/@types/node/ts4.8/stream/consumers.d.ts
declare module 'stream/consumers' { import { Blob as NodeBlob } from "node:buffer"; import { Readable } from 'node:stream'; function buffer(stream: NodeJS.ReadableStream | Readable | AsyncIterator
): Promise
; function text(stream: NodeJS.ReadableStream | Readable | AsyncIterator
): Promise
; function arrayBuffer(stream: NodeJS.ReadableStream | Readable | AsyncIterator
): Promise
; function blob(stream: NodeJS.ReadableStream | Readable | AsyncIterator
): Promise
; function json(stream: NodeJS.ReadableStream | Readable | AsyncIterator
): Promise
; } declare module 'node:stream/consumers' { export * from 'stream/consumers'; }