diff options
Diffstat (limited to 'node_modules/core-js/fn/math/sinh.js')
| -rw-r--r-- | node_modules/core-js/fn/math/sinh.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/core-js/fn/math/sinh.js b/node_modules/core-js/fn/math/sinh.js new file mode 100644 index 00000000..096493fb --- /dev/null +++ b/node_modules/core-js/fn/math/sinh.js @@ -0,0 +1,2 @@ +require('../../modules/es6.math.sinh'); +module.exports = require('../../modules/_core').Math.sinh; |
