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