3 lines
71 B
TypeScript
Raw Normal View History

2025-09-29 23:01:43 +02:00
export const OneMillion = BigInt(1_000_000);
export const Version = 0;