Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
math-intrinsics
/
pow.js
blob: c0a4103811f69cdfefb43e1fd0a5a866da3c0cd9 [
file
] [
log
] [
blame
]
'use strict'
;
/** @type {import('./pow')} */
module
.
exports
=
Math
.
pow
;