Buckets:
| import { resolve, type Info, type Resolved } from "../../src/config" | |
| import { TuiKeybind } from "../../src/config/keybind" | |
| type ResolvedInput = Omit<Info, "attention" | "keybinds" | "leader_timeout"> & { | |
| attention?: Partial<Resolved["attention"]> | |
| keybinds?: Partial<TuiKeybind.Keybinds> | |
| leader_timeout?: number | |
| } | |
| export function createTuiResolvedConfig(input: ResolvedInput = {}) { | |
| return resolve(input, { terminalSuspend: process.platform !== "win32" }) | |
| } | |
Xet Storage Details
- Size:
- 467 Bytes
- Xet hash:
- 61f5a8e747a4d6c7070315b7d9fa5b4232ea42375c21dca1b98a2d9ec731daac
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.