pow.js
1  'use strict';
2  
3  /** @type {import('./pow')} */
4  module.exports = Math.pow;