UNPKG

imq-cli

Version:

Command Line Interface for IMQ

8 lines (7 loc) 269 B
/** * Prints error message to standard error output * * @param {Error} err - error to display message from * @param {boolean} [withStackTrace] - if true will printError error stack */ export declare function printError(err: Error, withStackTrace?: boolean): void;