芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@types/formidable/PersistentFile.d.ts
import { EventEmitter } from 'events'; import { File, FileJSON } from "./"; declare class PersistentFile extends EventEmitter { constructor(properties: File); open(): void; toJSON(): FileJSON; toString(): string; write(buffer: string, cb: () => void): void; end(cb: () => void): void; destroy(): void; } export = PersistentFile;