5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
'use strict';
|
|
|
|
/** @type {import('math-intrinsics/round')} */
|
|
module.exports = Math.round;
|