backoffice/node_modules/core-js/fn/math/tanh.js

2 lines
98 B
JavaScript
Raw Normal View History

2020-02-06 10:09:39 +00:00
require('../../modules/es6.math.tanh');
module.exports = require('../../modules/_core').Math.tanh;