Files
verify/frontend/node_modules/core-js/modules/es.math.trunc.js
Mohamed Mathar Irfan ed6610d5d8 Initial project upload
2026-07-28 17:57:02 +05:30

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
});