UNPKG

@oclif/core

Version:

base library for oclif CLIs

9 lines (8 loc) 250 B
/** * Prints a pretty warning message to stderr. * * @param input The error or string to print. */ export declare function warn(input: Error | string): void; export declare function memoizedWarn(input: Error | string): void; export default warn;