ship-gis/node_modules/core-js/full/math/clamp.js
2026-01-22 09:14:01 +09:00

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;