mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2025-04-11 11:54:05 +00:00

Upgraded all dependencies. Added a toVisual method while retaining the print method. Replaced all short-circuit evaluations with logical expressions.
5 lines
173 B
TypeScript
5 lines
173 B
TypeScript
export const isDebugTest: boolean = false;
|
|
export const isCompetitor: boolean = false;
|
|
export const isTestStackOverflow = false;
|
|
export const SYSTEM_MAX_CALL_STACK = 12000;
|