index
:
crud
king
crud - my crud project !
pack
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
node_modules
/
math-intrinsics
/
floor.js
blob: ab0e5d7dcd43056d5d5288de0d08ca4177efb2db (
plain
)
1
2
3
4
'use strict'
;
/** @type {import('./floor')} */
module.exports = Math.floor;