mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-21 20:21:20 +10:00
fix: 7z and streams
This commit is contained in:
6
index.d.ts
vendored
6
index.d.ts
vendored
@ -8,11 +8,7 @@ export declare class DropletHandler {
|
||||
hasBackendForPath(path: string): boolean
|
||||
listFiles(path: string): Array<string>
|
||||
peekFile(path: string, subPath: string): bigint
|
||||
readFile(path: string, subPath: string, start?: bigint | undefined | null, end?: bigint | undefined | null): JsDropStreamable
|
||||
}
|
||||
|
||||
export declare class JsDropStreamable {
|
||||
getStream(): any
|
||||
readFile(path: string, subPath: string, start?: bigint | undefined | null, end?: bigint | undefined | null): ReadableStream
|
||||
}
|
||||
|
||||
export declare class Script {
|
||||
|
||||
Reference in New Issue
Block a user