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