Files
screenshot-tools/node_modules/math-intrinsics/pow.js
Frank John Begornia c926590e1d first commit
2025-12-23 01:51:15 +08:00

5 lines
73 B
JavaScript

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