📄 pow.js
/home/palash/git/site/node_modules/math-intrinsics/pow.js
Language: js • Lines: 4
'use strict';

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