UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

10 lines (7 loc) 220 B
export type Forklift = { list(): AsyncIterable<string> has(label: string): Promise<boolean> save(label: string, file: Blob): Promise<void> load(label: string): Promise<Blob> delete(label: string): Promise<void> }