index.js 130 B

12345
  1. 'use strict';
  2. var parent = require('../../stable/math');
  3. require('../../modules/esnext.math.f16round');
  4. module.exports = parent;