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/test/math/cosh/implement.js
blob: f3c712b1dfc97765f833eddc49a4f09fdb3860be (plain)
1
2
3
4
5
'use strict';

var isImplemented = require('../../../math/cosh/is-implemented');

module.exports = function (a) { a(isImplemented(), true); };