summaryrefslogtreecommitdiff
path: root/node_modules/core-js/es7/math.js
blob: bdb8a81c3c4dde0ef479ae15554858f3bf5162d4 (plain)
1
2
3
4
5
require('../modules/es7.math.iaddh');
require('../modules/es7.math.isubh');
require('../modules/es7.math.imulh');
require('../modules/es7.math.umulh');
module.exports = require('../modules/_core').Math;