hypot.js 85 B

1234
  1. 'use strict';
  2. var parent = require('../../es/math/hypot');
  3. module.exports = parent;