Files
personal-stat-tracker/frontend/node_modules/core-js/modules/esnext.math.scale.js
2022-11-23 15:48:57 -06:00

9 lines
237 B
JavaScript

var $ = require('../internals/export');
var scale = require('../internals/math-scale');
// `Math.scale` method
// https://rwaldron.github.io/proposal-math-extensions/
$({ target: 'Math', stat: true, forced: true }, {
scale: scale
});