5 lines
210 B
TypeScript
5 lines
210 B
TypeScript
export const consoleMethods = new Set(["log", "info", "debug", "warn", "error", "dir", "table"])
|
|
|
|
/** Console formatting recursion ceiling; deeper values render as "...". */
|
|
export const MAX_CONSOLE_DEPTH = 32
|