New
🏠 Home
›
projects
›
command-sovereignty
›
frontend
›
node_modules
›
math-intrinsics
›
max.js
JAVASCRIPT
max.js
73.0 B
2026-06-28 16:39
⬇️ Download
← Back
'use strict'; /** @type {import('./max')} */ module.exports = Math.max;