2026-05-16 08:34:43 +00:00

5 lines
73 B
JavaScript

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