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
/
max.js
blob: edb55dfbca86a881da139244122c4f734d6a5844 (
plain
)
1
2
3
4
'use strict'
;
/** @type {import('./max')} */
module.exports = Math.max;