Files
old-kitabcitab-frontend/kitabcitab/node_modules/next/dist/build/output/log.d.ts
2022-12-27 12:05:56 +01:00

17 lines
555 B
TypeScript

export declare const prefixes: {
wait: string;
error: string;
warn: string;
ready: string;
info: string;
event: string;
trace: string;
};
export declare function wait(...message: any[]): void;
export declare function error(...message: any[]): void;
export declare function warn(...message: any[]): void;
export declare function ready(...message: any[]): void;
export declare function info(...message: any[]): void;
export declare function event(...message: any[]): void;
export declare function trace(...message: any[]): void;