UNPKG

@stoar/cli

Version:

CLI tool for STOAR - decentralized file storage on Arweave

15 lines 764 B
export interface OutputOptions { json?: boolean; quiet?: boolean; verbose?: boolean; } export declare function output(data: any, options?: OutputOptions): void; export declare function success(message: string, options?: OutputOptions): void; export declare function error(message: string, options?: OutputOptions): void; export declare function info(message: string, options?: OutputOptions): void; export declare function warn(message: string, options?: OutputOptions): void; export declare function createTable(headers: string[]): any; export declare function createSpinner(text: string): any; export declare function formatBytes(bytes: number): string; export declare function formatDuration(ms: number): string; //# sourceMappingURL=output.d.ts.map