UNPKG

@adonisjs/ace

Version:

Commandline apps framework used by AdonisJs

5 lines (4 loc) 174 B
/** * Handles the command errors and prints them to the console. */ export declare function handleError(error: any, callback?: (error: any) => void | Promise<void>): void;