blob: d1fceceee134492db36c1a0f9592a11bbc2a7031 [file] [log] [blame]
'use strict';
var isImplemented = require('../../../math/asinh/is-implemented');
module.exports = function (a) { a(isImplemented(), true); };