@redocly/openapi-core
Version:
See https://github.com/Redocly/redocly-cli
14 lines (13 loc) • 386 B
TypeScript
import * as colorette from 'colorette';
export declare const colorOptions: {
enabled: boolean;
};
export declare const colorize: typeof colorette;
declare class Logger {
protected stderr(str: string): boolean;
info(str: string): boolean | void;
warn(str: string): boolean | void;
error(str: string): boolean | void;
}
export declare const logger: Logger;
export {};