📄 max.js
/home/palash/git/site/node_modules/math-intrinsics/max.js
Language: js • Lines: 4
'use strict';

/** @type {import('./max')} */
module.exports = Math.max;