Buckets:
| import { type Config } from "./gen/types.gen.js"; | |
| export type ServerOptions = { | |
| hostname?: string; | |
| port?: number; | |
| signal?: AbortSignal; | |
| timeout?: number; | |
| config?: Config; | |
| }; | |
| export type TuiOptions = { | |
| project?: string; | |
| model?: string; | |
| session?: string; | |
| agent?: string; | |
| signal?: AbortSignal; | |
| config?: Config; | |
| }; | |
| export declare function createOpencodeServer(options?: ServerOptions): Promise<{ | |
| url: string; | |
| close(): void; | |
| }>; | |
| export declare function createOpencodeTui(options?: TuiOptions): { | |
| close(): void; | |
| }; | |
Xet Storage Details
- Size:
- 565 Bytes
- Xet hash:
- 95deafc32396a201b601aebc7ddc2f27d6e53ff895e363352dc928a89ab1b69d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.