Buckets:
| export type Disp = { | |
| dispose(): void | |
| } | |
| export type Exit = { | |
| exitCode: number | |
| signal?: number | string | |
| } | |
| export type Opts = { | |
| name: string | |
| cols?: number | |
| rows?: number | |
| cwd?: string | |
| env?: Record<string, string> | |
| } | |
| export type Proc = { | |
| pid: number | |
| onData(listener: (data: string) => void): Disp | |
| onExit(listener: (event: Exit) => void): Disp | |
| write(data: string): void | |
| resize(cols: number, rows: number): void | |
| kill(signal?: string): void | |
| } | |
Xet Storage Details
- Size:
- 464 Bytes
- Xet hash:
- 3e3e7cf4813a9f3ea494079376e64b733325f867cc0eea6c0190494c9ea27e6f
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.