xiaofu-ruoyi-vue/node_modules/core-js/modules/es.math.trunc.js

9 lines
210 B
JavaScript

var $ = require('../internals/export');
var trunc = require('../internals/math-trunc');
// `Math.trunc` method
// https://tc39.es/ecma262/#sec-math.trunc
$({ target: 'Math', stat: true }, {
trunc: trunc
});