UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

9 lines (8 loc) 227 B
/** File with a hash label */ export declare class Cask { hash: string; file: Blob; static hash(file: Blob): Promise<string>; static make(file: Blob): Promise<Cask>; constructor(hash: string, file: Blob); }