mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-14 09:24:05 +00:00
fc0d157295
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;
|