first
This commit is contained in:
9
node_modules/core-js/modules/es.math.trunc.js
generated
vendored
Normal file
9
node_modules/core-js/modules/es.math.trunc.js
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
'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
|
||||
});
|
Reference in New Issue
Block a user