summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/tanh/implement.js
blob: 5199a029c88b7ea2dd617eaa4214e9e1648e4159 (plain)
1
2
3
4
5
6
'use strict';

if (!require('./is-implemented')()) {
	Object.defineProperty(Math, 'tanh', { value: require('./shim'),
		configurable: true, enumerable: false, writable: true });
}