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