floor.js 75 B

1234
  1. 'use strict';
  2. /** @type {import('./abs')} */
  3. module.exports = Math.floor;