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