7 lines
170 B
JavaScript
7 lines
170 B
JavaScript
|
|
'use strict';
|
||
|
|
// TODO: Remove from `core-js@4`
|
||
|
|
require('../../modules/esnext.math.clamp');
|
||
|
|
var path = require('../../internals/path');
|
||
|
|
|
||
|
|
module.exports = path.Math.clamp;
|