aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/features/math/clamp.js
blob: 7b81611772e80bb605388dfddf2c116b6f77b43e (plain)
1
2
3
4
require('../../modules/esnext.math.clamp');
var path = require('../../internals/path');

module.exports = path.Math.clamp;