index.js 180 B

123456
  1. 'use strict';
  2. var parent = require('../../stable/math');
  3. require('../../modules/esnext.math.f16round');
  4. require('../../modules/esnext.math.sum-precise');
  5. module.exports = parent;