4 lines
77 B

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