smartlog-destination-local/dist/beautylog.classes.ora.d.ts

13 lines
377 B
TypeScript

export declare class Ora {
private _oraObject;
state: string;
constructor(textArg: string, colorArg: string, startArg?: boolean);
text(textArg: any): void;
start(textArg?: string, colorArg?: string): void;
end(): void;
endOk(textArg: any): void;
endError(textArg: any): void;
stop(): void;
log(logText: string, logType: string): void;
}