mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2025-05-14 21:33:32 +00:00

Upgraded all dependencies. Added a toVisual method while retaining the print method. Replaced all short-circuit evaluations with logical expressions.
4 lines
173 B
TypeScript
4 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;
|