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

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

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