amis-rpc-design/node_modules/core-js/modules/es.math.trunc.js
2023-10-07 19:42:30 +08:00

10 lines
224 B
JavaScript

'use strict';
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
});