DIR: /proc/1991111/cwd/usr/share/node_modules/core-js/modules/ |
Current File : //proc/1991111/cwd/usr/share/node_modules/core-js/modules/es.math.trunc.js |
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 }); |