first commit

This commit is contained in:
francesco448
2026-03-14 14:59:41 +01:00
commit 0a448b1250
603 changed files with 65311 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
'use strict';
/** @type {import('math-intrinsics/constants/maxSafeInteger')} */
// eslint-disable-next-line no-extra-parens
module.exports = /** @type {import('math-intrinsics/constants/maxSafeInteger')} */ (Number.MAX_SAFE_INTEGER) || 9007199254740991; // Math.pow(2, 53) - 1;