Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/core-js-pure/modules/esnext.math.scale.js

'use strict';
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
});
Back to Directory File Manager