This commit is contained in:
10
node_modules/core-js/modules/esnext.math.clamp.js
generated
vendored
Normal file
10
node_modules/core-js/modules/esnext.math.clamp.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
var $ = require('../internals/export');
|
||||
var clamp = require('../internals/math-clamp');
|
||||
|
||||
// TODO: Remove from `core-js@4`
|
||||
// `Math.clamp` method
|
||||
// https://github.com/tc39/proposal-math-clamp
|
||||
$({ target: 'Math', stat: true, forced: true }, {
|
||||
clamp: clamp
|
||||
});
|
||||
Reference in New Issue
Block a user