aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/test/math/sinh/implement.js
blob: ca4b5e7b5e6766e6abca0968597fcd3577c11e4c (plain)
1
2
3
4
5
6
7
"use strict";

var isImplemented = require("../../../math/sinh/is-implemented");

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