aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/math-intrinsics/pow.js
blob: c0a4103811f69cdfefb43e1fd0a5a866da3c0cd9 (plain)
1
2
3
4
'use strict';

/** @type {import('./pow')} */
module.exports = Math.pow;