UNPKG

@stoar/cli

Version:

CLI tool for STOAR - decentralized file storage on Arweave

7 lines 331 B
export declare class CLIError extends Error { code?: string | undefined; constructor(message: string, code?: string | undefined); } export declare function handleError(error: any, options?: any): void; export declare function wrapCommand(fn: Function): (...args: any[]) => Promise<void>; //# sourceMappingURL=error.d.ts.map