Update dashboard, kb, memory +4 more (+28 ~18 -1)
This commit is contained in:
7
node_modules/basic-ftp/dist/StringWriter.d.ts
generated
vendored
Normal file
7
node_modules/basic-ftp/dist/StringWriter.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Writable } from "stream";
|
||||
import { StringEncoding } from "./StringEncoding";
|
||||
export declare class StringWriter extends Writable {
|
||||
protected buf: Buffer<ArrayBuffer>;
|
||||
_write(chunk: Buffer | string | any, _: string, callback: (error: Error | null) => void): void;
|
||||
getText(encoding: StringEncoding): string;
|
||||
}
|
||||
Reference in New Issue
Block a user