mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 03:48:26 -04:00
6 lines
134 B
JavaScript
6 lines
134 B
JavaScript
'use strict';
|
|
|
|
// https://262.ecma-international.org/6.0/#sec-algorithm-conventions
|
|
|
|
module.exports = require('math-intrinsics/max');
|