main repo

This commit is contained in:
Basilosaurusrex
2025-11-24 18:09:40 +01:00
parent b636ee5e70
commit f027651f9b
34146 changed files with 4436636 additions and 0 deletions

18
node_modules/next/dist/build/output/log.d.ts generated vendored Normal file
View File

@@ -0,0 +1,18 @@
export declare const prefixes: {
readonly wait: string;
readonly error: string;
readonly warn: string;
readonly ready: string;
readonly info: string;
readonly event: string;
readonly trace: string;
};
export declare function bootstrap(...message: any[]): void;
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;
export declare function warnOnce(...message: any[]): void;