diff options
Diffstat (limited to 'node_modules/core-js/features/math/cosh.js')
| -rw-r--r-- | node_modules/core-js/features/math/cosh.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/core-js/features/math/cosh.js b/node_modules/core-js/features/math/cosh.js new file mode 100644 index 0000000..bc8a11f --- /dev/null +++ b/node_modules/core-js/features/math/cosh.js @@ -0,0 +1,3 @@ +var parent = require('../../es/math/cosh'); + +module.exports = parent; |
