UNPKG

@baqhub/cli

Version:

The official command line interface for the BAQ federated app platform.

3 lines (2 loc) 154 B
export declare function readFromCache(hash: string): Promise<string>; export declare function writeToCache(hash: string, content: string): Promise<void>;