文件操作 - index.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/unenv/runtime/node/stream/index.d.ts
编辑文件内容
import type stream from "node:stream"; export { Readable } from "./readable"; export { Writable } from "./writable"; export { Duplex } from "./duplex"; export { Transform } from "./transform"; export declare const Stream: stream.Stream; export declare const PassThrough: stream.PassThrough; export declare const pipeline: typeof stream.pipeline; export declare const finished: typeof stream.finished; export declare const addAbortSignal: typeof stream.addAbortSignal; interface StreamInternal { isDisturbed: any; isReadable: any; compose: any; isErrored: any; destroy: any; _isUint8Array: any; _uint8ArrayToBuffer: any; } export declare const isDisturbed: (() => any) & { __unenv__: boolean; }; export declare const isReadable: (() => any) & { __unenv__: boolean; }; export declare const compose: (() => any) & { __unenv__: boolean; }; export declare const isErrored: (() => any) & { __unenv__: boolean; }; export declare const destroy: (() => any) & { __unenv__: boolean; }; export declare const _isUint8Array: (() => any) & { __unenv__: boolean; }; export declare const _uint8ArrayToBuffer: (() => any) & { __unenv__: boolean; }; declare const _default: typeof stream & StreamInternal; export default _default;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件