Files
planilla/api/node_modules/math-intrinsics/constants/maxValue.d.ts
josedario87 e1dc751397
Some checks failed
build-and-push / build (push) Successful in 33s
build-and-push / deploy (push) Failing after 1s
Modulo planilla v1
2025-05-02 17:59:47 -06:00

4 lines
71 B
TypeScript

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