5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
'use strict';
|
|
|
|
/** @type {import('./abs')} */
|
|
module.exports = Math.floor;
|