aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js
blob: 2043bbe59edb2fa4a5738bdb5e66662e299f76db (plain)
1
2
3
4
5
// TODO: remove from `core-js@4` as withdrawn
require('../modules/esnext.math.iaddh');
require('../modules/esnext.math.isubh');
require('../modules/esnext.math.imulh');
require('../modules/esnext.math.umulh');