UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

8 lines (7 loc) 239 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>; };