Files
dndmaster/backend/node_modules/math-intrinsics/constants/maxValue.d.ts
T
Marces Zastrow dab55442be ++
Added already existing code for further development
2024-12-18 10:59:28 +01:00

4 lines
71 B
TypeScript

declare const MAX_VALUE: 1.7976931348623157e+308;
export = MAX_VALUE;