create project
This commit is contained in:
16
kitabcitab/node_modules/next/dist/build/output/log.d.ts
generated
vendored
Normal file
16
kitabcitab/node_modules/next/dist/build/output/log.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user