mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-08 21:12:08 -05:00
9 lines
237 B
JavaScript
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
|
|
});
|