📄 floor.js
/home/palash/git/site/node_modules/math-intrinsics/floor.js
Language: js • Lines: 4
'use strict';

/** @type {import('./floor')} */
module.exports = Math.floor;