link
This commit is contained in:
12
node_modules/firebase-functions/lib/logger/common.d.ts
generated
vendored
Normal file
12
node_modules/firebase-functions/lib/logger/common.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/** @hidden */
|
||||
export declare const CONSOLE_SEVERITY: {
|
||||
[severity: string]: "debug" | "info" | "warn" | "error";
|
||||
};
|
||||
/** @hidden */
|
||||
export declare const UNPATCHED_CONSOLE: {
|
||||
debug: (message?: any, ...optionalParams: any[]) => void;
|
||||
info: (message?: any, ...optionalParams: any[]) => void;
|
||||
log: (message?: any, ...optionalParams: any[]) => void;
|
||||
warn: (message?: any, ...optionalParams: any[]) => void;
|
||||
error: (message?: any, ...optionalParams: any[]) => void;
|
||||
};
|
||||
Reference in New Issue
Block a user