UNPKG

@ehubbell/gitty

Version:

A simple CLI that will fetch, store, and clone Github repos.

19 lines (18 loc) 357 B
export declare const formatError: (e: any) => { status: any; title: any; detail: any; framework: any; }; export declare const apiError: (e: any) => { status: any; title: any; detail: any; framework: any; }; export declare const cliError: (e: any) => { status: any; title: any; detail: any; framework: any; };